Stringlet4

Type Alias Stringlet4 

Source
pub type Stringlet4<const SIZE: usize = 16> = Stringlet<SIZE, false, 4>;
Expand description

Variable length Stringlet, aligned to 4 bytes

Aliased Typeยง

pub union Stringlet4<const SIZE: usize = 16> {
    /* private fields */
}