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