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.

Parameters

path_type: PathType,
T: type,
c: T,