Function GenericPath.Segment.separator
The trailing separator (e.g. '/'
) or '\0'
.
char separator() const nothrow @nogc @property;
void separator
(
char ch
) @property;
The trailing separator (e.g. '/'
) or '\0'
.
char separator() const nothrow @nogc @property;
void separator
(
char ch
) @property;