stripDrive - multiple declarations
- Function stripDrive
- Alias stripDrive
Function stripDrive
Like std.path.stripDrive
, but operates on Path.
Prototype
Path stripDrive( Path path ) pure nothrow @safe;
Alias stripDrive
Alias of same-named function from std.path
Declaration
alias stripDrive() = std. path. stripDrive
;
Authors
Nick Sabalausky
Copyright
Copyright (C) 2014-2015 Nick Sabalausky
License
zlib/libpng