Dependency.matches

Tests if the specification matches a specific version.

  1. bool matches(string vers)
  2. bool matches(const(Version) v)
  3. bool matches(const(Version) v)
    struct Dependency
    @safe const
    bool
    matches
    (
    ref const(Version) v
    )

Meta