Type Alias revm_primitives::map::HashSet

source ·
pub type HashSet<V, S = RandomState> = HashSet<V, S>;
Expand description

A HashSet using the default hasher.

See HashSet for more information.

Aliased Type§

struct HashSet<V, S = RandomState> { /* private fields */ }