removeDotSegments

Remove "." and ".." path segments (RFC 3986 §5.2.4).

@safe pure nothrow
string
removeDotSegments
(
string input
)