phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
KeyN
nxt
trie
Fixed-Length RawTree Key.
alias
KeyN
(
size_t
span
,
size_t
N
)
=
Mod
!(
2
^^
span
)[
N
]
alias
KeyN
(
size_t
span
,
size_t
N
)
=
ubyte
[
N
]
version(!useModulo)
alias
KeyN
(
size_t
span
,
size_t
N
)
=
ubyte
[
N
]
Meta
Source
See Implementation
nxt
trie
aliases
FixedKeyLeafN
IKey
Key
KeyN
Leaf1
enums
ModStatus
isScalarTrieableKeyType
functions
checkNumeric
constructFixedSizeNode
firstIx
print
radixTreeMap
radixTreeSet
showStatistics
testString
toFixedRawKey
toRawKey
toTypedKey
tryNextIx
structs
HeptLeaf1
OneLeafMax7
RadixTree
TriLeaf2
TwoLeaf3
templates
MutableKey
RawRadixTree
iota
isTrieableKeyType
Fixed-Length RawTree Key.