☰
In hashbrown::raw
Modules
alloc
bitmask
sse2
Structs
Bucket
Global
InsertSlot
ProbeSeq
RawDrain
RawIntoIter
RawIter
RawIterHash
RawIterHashInner
RawIterRange
RawTable
RawTableInner
TableLayout
Enums
Fallibility
Constants
DELETED
EMPTY
MIN_HASH_LEN
Traits
Allocator
RawTableClone
Functions
bucket_mask_to_capacity
capacity_to_buckets
h1
h2
is_full
is_special
offset_from
special_is_empty
?
Function
hashbrown
::
raw
::
h1
source
·
[
−
]
fn h1(hash:
u64
) ->
usize
Expand description
Primary hash function, used to select the initial bucket to probe from.