Dependency.matches

Tests if the specification matches a specific version.

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

Meta