Mojo module
string_slice
Implements the StringSlice type.
You can import these APIs from the collections.string.string_slice
module.
Examples:
from collections.string import StringSlice
from collections.string import StringSlice
Aliases
-
StaticString = StringSlice[StaticConstantOrigin]
: An immutable static string slice.
Structs
-
CharsIter
: Iterator over theChar
s in a string slice, constructed byStringSlice.chars()
. -
StringSlice
: A non-owning view to encoded string data.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!