pub type SlimStringlet16<const SIZE: usize = 16> = StringletBase<SIZE, false, 0, 16>;Expand description
Slim variable length Stringlet, aligned to 16 bytes
Aliased Typeยง
pub struct SlimStringlet16<const SIZE: usize = 16> { /* private fields */ }pub type SlimStringlet16<const SIZE: usize = 16> = StringletBase<SIZE, false, 0, 16>;Slim variable length Stringlet, aligned to 16 bytes
pub struct SlimStringlet16<const SIZE: usize = 16> { /* private fields */ }