s2geometry-d ~master (2023-01-06T14:05:31Z)
Dub
Repo
DenseHashSet.setKey
s2
util
container
dense_hash_set
DenseHashSet
Key and Value are the same type in a DenseHashSet.
class
DenseHashSet
(Value, HashFcn, EqualKey)
static
void
setKey
(
ref
Value
value
,
Value
key
)
Meta
Source
See Implementation
s2
util
container
dense_hash_set
DenseHashSet
aliases
HashTable
Iterator
KeyType
ValueType
constructors
this
functions
loadFactor
maxLoadFactor
minLoadFactor
opEquals
static functions
identity
setKey
variables
rep
Key and Value are the same type in a DenseHashSet.