vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
HashMap.AW
index
vibe
utils
hashmap
HashMap
Undocumented in source.
struct
AW
struct
HashMap
(TKey, TValue, Traits = DefaultHashMapTraits!TKey)
static if
(
__VERSION__ < 2074
)
struct
AW {
import
std
.
algorithm
.
comparison
:
max
;
;
IAllocator
alloc
;
enum
alignment
;
void
[]
resolveInternalPointer
(void* p);
}
IAllocator
AW
(IAllocator a)
Alias This
alloc
Members
Functions
resolveInternalPointer
void
[]
resolveInternalPointer
(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
alignment
enum
alignment
;
Undocumented in source.
Variables
alloc
IAllocator
alloc
;
Undocumented in source.
Meta
Source
See Implementation
index
vibe
utils
hashmap
HashMap
aliases
AllocatorType
Key
Value
constructors
this
destructors
~this
functions
byKey
byKeyValue
byValue
clear
get
getNothrow
opApply
opBinaryRight
opIndex
opIndexAssign
remove
postblits
this(this)
properties
length
structs
AW
TableEntry