pathSplitter - multiple declarations

Function pathSplitter

Like std.path.pathSplitter. Note this returns a range of strings,

not a range of Path.

Prototype

auto std.path.pathSplitter!(char) pathSplitter(
  Path path
) pure nothrow @safe;

Alias pathSplitter

Alias of same-named function from std.path

Declaration

alias pathSplitter() = std.path.pathSplitter;

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2015 Nick Sabalausky

License

zlib/libpng