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