Function is_separator
fn is_separator(c: char) -> bool
Determines whether the character is one of the permitted path separators for the current platform.
Examples
use path;
assert!; // '/' works for both Unix and Windows
assert!;