SetL

Type Alias SetL 

Source
pub type SetL<K> = Set<K, { _ }>;
Expand description

set with a larger chunk size, faster to search, slower to update

Aliased Typeยง

pub struct SetL<K>(/* private fields */);