inilike ~master (2021-09-27T18:58:46Z)
Dub
Repo
ListMap.Entry
inilike
file
ListMap
Mapping of Node to structure.
struct
ListMap
(K, V, size_t chunkSize = 32)
static
struct
Entry (
T
=
V
) {
this
(T value);
this
(K key, T value);
auto
value
();
auto
key
();
bool
hasKey
();
}
Constructors
this
this
(T value)
this
this
(K key, T value)
Members
Functions
hasKey
bool
hasKey
()
key
auto
key
()
value
auto
value
()
Meta
Source
See Implementation
inilike
file
ListMap
functions
addAfter
addBefore
append
byEntry
byNode
getNode
insertAfter
insertBack
insertBefore
insertFront
moveAfter
moveBefore
moveToBack
moveToFront
prepend
remove
removeBack
removeFront
postblits
this(this)
structs
Entry
Node
Mapping of Node to structure.