isSomePath.isSomePath

Undocumented in source.
template isSomePath(PathType)
enum isSomePath = is(PathType == WindowsPath) || is(PathType == PosixPath);

Meta