GenericPath.fromTrustedString

Constructs a path from its string representation, skipping the validation.

Note that it is required to pass a pre-validated path string to this function. Debug builds will enforce this with an assertion.

struct GenericPath(F)
@safe static nothrow @nogc
fromTrustedString
(
string p
)

Meta