isDirSeparator
fn
bool isDirSeparator(dchar c) @safe pure nothrow @nogcDetermines whether the given character is a directory separator.
On Windows, this includes both `\` and `/`. On POSIX, it's just `/`.