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