Luna::Path::append
void append(const Path &appended_path, usize pos, usize count)
Appends another path to the end of this path.
The flags and the root name of the appended path are ignored.
Parameters
-
in appended_path
The path to append.
-
in pos
The index of the first node to append.
-
in count
The number of nodes to append. Nodes in range [
appended_path.begin() + pos
,appended_path.begin() + pos + count
) will be appended.