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