pub type str16 = tstr<16>;
Expand description
A str16 can hold a string of up to 15 bytes. See docs for fstr or zstr.
The size of str16 is 16 bytes, which is the same as for &str on 64bit
systems.
struct str16 { }
The resulting type after applying the +
operator.