inline fn isSep(comptime path_type: PathType, comptime T: type, c: T) bool
Returns true if c is a valid path separator for the path_type.
c
path_type
path_type: PathType,
T: type,
c: T,