fn root(self: Self) ?[]const T
Returns the root of the path if it is an absolute path, or null otherwise. For POSIX paths, this will be /. For Windows paths, this will be something like C:\, \\server\share\, etc. For UEFI paths, this will be \.
/
C:\
\\server\share\
\
self: Self,