Path.this

Constructs a path object from a list of PathEntry objects.

  1. this(string pathstr)
  2. this(immutable(PathEntry)[] nodes, bool absolute)
    struct Path
    @safe pure
    this
    (
    immutable(PathEntry)[] nodes
    ,)
  3. this(PathEntry entry)

Meta