pub type FixedStringlet<const SIZE: usize = 16> = Stringlet<SIZE, true, 1>;
Fixed length Stringlet, aligned to 1 bytes
pub union FixedStringlet<const SIZE: usize = 16> { /* private fields */ }