pub type SlimStringlet8<const SIZE: usize = 16> = StringletBase<Slim, SIZE, 0, 8>;
Slim variable length Stringlet, aligned to 8 bytes
pub struct SlimStringlet8<const SIZE: usize = 16> { /* private fields */ }