hashbrown
0.15.2
In hashbrown::
raw
Modules
alloc
Structs
Bucket
FullBucketsIndices
InsertSlot
ProbeSeq
RawDrain
RawExtractIf
RawIntoIter
RawIter
RawIterHash
RawIterHashInner
RawIterRange
RawTable
RawTableInner
TableLayout
Enums
Fallibility
Traits
RawTableClone
SizedTypeProperties
Functions
bucket_mask_to_capacity
capacity_to_buckets
h1
offset_from
hashbrown
::
raw
Function
h1
Copy item path
Settings
Help
Summary
Source
fn h1(hash:
u64
) ->
usize
Expand description
Primary hash function, used to select the initial bucket to probe from.