Luna::Path::Path

Path(const String &str, usize pos, usize count)

Constructs one path by parsing the specified path string with custom starting position and string size.

Parameters

  • in str

    The path string.

  • in pos

    The index of the first character to parse.

  • in count

    The number of characters to parse.