Skip to main content

RapidSet

Type Alias RapidSet 

Source
pub type RapidSet<T> = RapidHashSet<T>;
Expand description

A type alias for [rapidhash::RapidHashSet].

Aliased Typeยง

pub struct RapidSet<T> { /* private fields */ }