Expand description
General string utilities
This module contain Str, the stack-based that
backs almost all string types in readable.
It also contains some general string utilities.
Structs§
- Head
- Struct returned from
HeadTail::head() - HeadDot
- Struct returned from
HeadTail::head_dot() - Head
Tail Dot - Struct returned from
HeadTail::head_tail_dot() - Head
Tail Str - Struct returned from
HeadTail::head_tail() - Str
- A fixed sized stack string
- Tail
- Struct returned from
HeadTail::tail() - TailDot
- Struct returned from
HeadTail::tail_dot()