pub type str4 = tstr<4>;
Expand description
Alias for internal type tstr<4>
.
Holds strings of up to three single-byte chars, good enough to represent abbreviations
such as those for states and airports. Each str<4> is exactly 32 bits.
Alias for internal type tstr<4>
. See documentation for tstr.
Aliased Type§
struct str4 { /* private fields */ }