Stringlet2

Type Alias Stringlet2 

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

Variable length Stringlet, aligned to 2 bytes

Aliased Typeยง

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