Path.
The concept of a "pure path" doesn't need to be modelled in D as it has pure functions. See https://docs.python.org/3/library/pathlib.html#pure-paths.
See: SUMO:ComputerPath.
assert(Path("/usr/bin/").toString == "/usr/bin/");
See Implementation
Path.
The concept of a "pure path" doesn't need to be modelled in D as it has pure functions. See https://docs.python.org/3/library/pathlib.html#pure-paths.
See: SUMO:ComputerPath.