Path.this

Main constructor.

  1. this(const(C)[] path)
    struct Path(C = char)
    @safe pure nothrow
    this
    ()
    (
    const(C)[] path = "."
    )
    if (
    is(C == char)
    )
  2. this(T[] path)

Meta