Type Definition amplify::confinement::TinyHashSet

source ·
pub type TinyHashSet<T> = Confined<HashSet<T>, ZERO, U8>;
Expand description

HashSet with maximum 255 items of type T.