SelectedVersions.this

Constructs a new non-empty version selection, prefixing relative path selections with the specified prefix.

To be used in cases where the "dub.selections.json" file isn't located in the root package directory.

  1. this(uint version_)
  2. this(Selections!1 data)
  3. this(Selections!1 data, NativePath relPathPrefix)
    class SelectedVersions
    this
  4. this(Json data)
  5. this(NativePath path)

Meta