phobos-next v0.3.5 (2020-07-23T15:01:39Z)
Home
Dub
Repo
SSOHashMapOrSet.ValueType
nxt
sso_hashmap_or_hashset
SSOHashMapOrSet
Type of value stored.
struct
SSOHashMapOrSet
(K, V = void, alias Allocator = null, alias hasher = hashOf, uint smallBinMinCapacity = 1, uint capacityScaleNumerator = 2, uint capacityScaleDenominator = 1)
pragma(
inline
)
static if
(
hasValue
)
alias
ValueType
=
V
Meta
Source
See Implementation
nxt
sso_hashmap_or_hashset
SSOHashMapOrSet
aliases
ConstThis
ElementType
InsertionStatus
KeyType
MutableThis
ValueType
destructors
~this
functions
autoinitIncAt
binCounts
clear
contains
dup
get
insert
insertMoveWithoutBinCountGrowth
insertN
opBinaryRight
opEquals
opIndex
opIndexAssign
opSlice
rehash
remove
reserveExtra
manifest constants
hasValue
keyEqualPred
smallBinCapacity
postblits
this(this)
properties
binCount
byKey
byKeyValue
byValue
empty
length
static functions
keyOf
keyRefOf
valueOf
withCapacity
withElements
structs
BinCounts
CT
T
Type of value stored.