GenericPath.this

Constructs a path from a single path segment.

This is equivalent to calling the range based constructor with a single-element range.

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

Meta