phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
Key
nxt
trie
Mutable RawTree Key.
alias
Key
(
size_t
span
)
=
Mod
!(
2
^^
span
)[]
version(useModulo)
alias
Key
(
size_t
span
)
=
Mod
!(2^^
span
)[]
alias
Key
(
size_t
span
)
=
ubyte
[]
Meta
Source
See Implementation
nxt
trie
aliases
CompactPrefixTree
FixedKeyLeafN
IKey
Ix
IxsN
Key
KeyN
Leaf1
PatriciaTrie
RadixTrie
UIx
UKey
isFixedTrieableKeyType
enums
ModStatus
isScalarTrieableKeyType
functions
constructFixedSizeNode
empty
firstIx
freeNode
print
radixTreeMap
radixTreeSet
showStatistics
testEqual
testScalar
testString
toFixedRawKey
toRawKey
toTypedKey
tryNextIx
manifest constants
keySeparator
useModuloFlag
structs
HeptLeaf1
OneLeafMax7
RadixTree
TriLeaf2
TwoLeaf3
templates
MutableKey
RadixTreeSet
RawRadixTree
iota
isTrieableKeyType
Mutable RawTree Key.