GenericPath.this

Constructs a path from its string representation.

  1. this(string p)
    struct GenericPath(F)
    @safe
    this
    (
    string p
    )
  2. this(Segment segment)
  3. this(Segment2 segment)
  4. this(R segments)
  5. this(R segments)

Throws

A PathValidationException is thrown if the given path string is not valid.

Meta