isPathDelimiter

Returns true if char ch is / or \ slash

pure nothrow
bool
isPathDelimiter
(
in char ch
)

Meta