OutOfRange¶
Returned by Text indexing operations when the requested index is past the end of the Text in its unit (bytes / codepoints / graphemes). Carries the requested index and the actual size for diagnostics.
Implements¶
- Stringable box
Constructors¶
create¶
Parameters¶
Returns¶
- OutOfRange val^
Public fields¶
let index: USize val¶
let size: USize val¶
Public Functions¶
string¶
Returns¶
- String iso^