Function isPathDelimiter

Returns true if char ch is / or \ slash

bool isPathDelimiter(
  in const(char) ch
) pure;