Skip to main content

HashTable

Type Alias HashTable 

Source
pub type HashTable<'arena, T, A> = HashTable<T, &'arena A>;
Expand description

A low-level hash table whose entries live in an arena. See HashMap for construction.

Aliased Typeยง

pub struct HashTable<'arena, T, A> { /* private fields */ }