Type Alias DisjointBuckets

Source
type DisjointBuckets<'a> = SmallVec<[Bucket<'a>; 5]>;

Aliased Typeยง

struct DisjointBuckets<'a> { /* private fields */ }