phobos-next v0.3.5 (2020-07-23T15:01:39Z)
Home
Dub
Repo
toTypedKey
nxt
trie
Remap raw untyped key
ukey
to typed key of type
TypedKey
.
@
trusted
inout
(
TypedKey
)
toTypedKey
(
TypedKey
)
(
inout
(
Ix
)[]
ukey
)
if
(
isTrieableKeyType
!
TypedKey
)
Meta
Source
See Implementation
nxt
trie
aliases
CompactPrefixTree
FixedKeyLeafN
IKey
Ix
IxsN
Key
KeyN
Leaf1
PatriciaTrie
RadixTreeMapGrowOnly
RadixTreeSetGrowOnly
RadixTrie
UIx
UKey
isFixedTrieableKeyType
enums
ModStatus
isScalarTrieableKeyType
functions
benchmark
benchmarkReadDictWords
checkNumeric
constructFixedSizeNode
empty
firstIx
freeNode
print
radixTreeMap
radixTreeMapGrowOnly
radixTreeSet
radixTreeSetGrowOnly
showStatistics
testEqual
testScalar
testString
toFixedRawKey
toRawKey
toTypedKey
tryNextIx
manifest constants
cacheLineSize
keySeparator
useModuloFlag
structs
HeptLeaf1
OneLeafMax7
RadixTree
TriLeaf2
TwoLeaf3
templates
MutableKey
RawRadixTree
iota
isTrieableKeyType
Remap raw untyped key ukey to typed key of type TypedKey.