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