pub type StrVec56 = StrVec<u64, 56, Align64>;Expand description
String vector supporting up to 56 items, with a combined capacity of 56 characters
Occupies 8 bytes (bitmap) + 56 bytes (data) = 64 bytes total
Fills a single cache line
Aliased Typeยง
pub struct StrVec56 { /* private fields */ }