wr_glyph_rasterizer::types

Type Alias FastHashSet

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

Aliased Typeยง

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