phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
toRawKey
nxt
trie
Remap typed key
typedKey
to raw (untyped) key of type
UKey
.
@
trusted
UKey
toRawKey
(
TypedKey
)
(
in
TypedKey
typedKey
,
ref
Array
!
Ix
rawUKey
)
if
(
isTrieableKeyType
!
TypedKey
)
Meta
Source
See Implementation
nxt
trie
aliases
FixedKeyLeafN
IKey
Ix
IxsN
Key
KeyN
Leaf1
RadixTreeMap
UIx
UKey
isFixedTrieableKeyType
enums
ModStatus
isScalarTrieableKeyType
functions
empty
firstIx
freeNode
makeFixedSizeNodePointer
makeFixedSizeNodeValue
print
showStatistics
testEqual
testScalar
testString
toFixedRawKey
toRawKey
toTypedKey
tryNextIx
manifest constants
keySeparator
useModuloFlag
structs
HeptLeaf1
OneLeafMax7
RadixTree
TriLeaf2
TwoLeaf3
templates
RadixTreeSet
RawRadixTree
iota
isTrieableKeyType
Remap typed key typedKey to raw (untyped) key of type UKey.