normalizedData

Will call either posixData or windowsData, according to PathType.

normalizedData
(
PathType
)
(
auto ref in PathType p
)
if (
is(PathType == PosixPath) ||
is(PathType == WindowsPath)
)

Meta