Skip to main content

Mojo module

string_slice

Implements the StringSlice type.

You can import these APIs from the utils.string_slice module. For example:

from utils import StringSlice

Aliases

  • StaticString = StringSlice[0, MutableStaticLifetime]: An immutable static string slice.

Structs

Was this page helpful?