PathParser.suffix

Suffix is like ext, but includes the separator e.g. path "foo.bar" has suffix ".bar".

struct PathParser(char_t = char)
@property inout
inout(char_t)[]
suffix
()

Meta