pub type str4 = tstr<4>;
strings of up to three 8-bit 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>.
tstr<4>