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