Movatterモバイル変換


[0]ホーム

URL:


Module hash_map

std::collections

Modulehash_map 

1.0.0 ·Source
Expand description

A hash map implemented with quadratic probing and SIMD lookup.

Structs§

DefaultHasher
The defaultHasher used byRandomState.
Drain
A draining iterator over the entries of aHashMap.
ExtractIf
A draining, filtering iterator over the entries of aHashMap.
HashMap
Ahash map implemented with quadratic probing and SIMD lookup.
IntoIter
An owning iterator over the entries of aHashMap.
IntoKeys
An owning iterator over the keys of aHashMap.
IntoValues
An owning iterator over the values of aHashMap.
Iter
An iterator over the entries of aHashMap.
IterMut
A mutable iterator over the entries of aHashMap.
Keys
An iterator over the keys of aHashMap.
OccupiedEntry
A view into an occupied entry in aHashMap.It is part of theEntry enum.
RandomState
RandomState is the default state forHashMap types.
VacantEntry
A view into a vacant entry in aHashMap.It is part of theEntry enum.
Values
An iterator over the values of aHashMap.
ValuesMut
A mutable iterator over the values of aHashMap.
OccupiedErrorExperimental
The error returned bytry_insert when the key already exists.

Enums§

Entry
A view into a single entry in a map, which may either be vacant or occupied.

[8]ページ先頭

©2009-2026 Movatter.jp