ordermap::set

Type Alias Bucket

source
type Bucket<T> = Bucket<T, ()>;

Aliased Type§

struct Bucket<T> {
    pub(crate) hash: HashValue,
    pub(crate) key: T,
    pub(crate) value: (),
}

Fields§

§hash: HashValue§key: T§value: ()