Module strings

Module strings 

Source
Expand description

Const-generic string types for representing fixed-length strings.

Structs§

String
Represents a fixed-length byte string.
WString
Represents a fixed-length wide string.

Type Aliases§

String80
Alias for String<80>.
WString80
Alias for WString<80>.