Skip to main content

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

Traits

  • Stringlike: Trait intended to be used only with String, StringLiteral and StringSlice.