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