Luna::Path::assign
void assign(const String &str, usize pos)
Replaces content of the path by parsing the specified path string with custom starting position.
Parameters
-
in str
The path string.
-
in pos
The index of the first character to parse.
void assign(const String &str, usize pos)
Replaces content of the path by parsing the specified path string with custom starting position.
in str
The path string.
in pos
The index of the first character to parse.