Dependency.matches

Tests if the specification matches a specific version.

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

Meta