Dependency.this

Constructs a new dependency specification from a string

See the versionSpec property for a description of the accepted contents of that string.

  1. this(string spec)
    struct Dependency
    @safe
    this
    (
    string spec
    )
  2. this(Version ver)
  3. this(NativePath path)

Meta