Mojo module
string_slice
Implements the StringSlice type.
You can import these APIs from the utils.string_slice
module.
Examples:
from utils import StringSlice
from utils import StringSlice
Aliases
-
StaticString = StringSlice[StaticConstantOrigin]
: An immutable static string slice.
Structs
-
StringSlice
: A non-owning view to encoded string data.
Traits
-
Stringlike
: Trait intended to be used only withString
,StringLiteral
andStringSlice
.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!