Type Alias wr_glyph_rasterizer::types::FastHashSet

source ·
pub type FastHashSet<K> = HashSet<K, BuildHasherDefault<FxHasher>>;

Aliased Type§

struct FastHashSet<K> { /* private fields */ }