phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
HeptLeaf1
nxt
trie
Hepa/7-Key Leaf with key-length 1.
struct
HeptLeaf1 {
enum
keyLength
;
enum
capacity
;
this
(Keys keys);
bool
contains
(UIx key);
bool
contains
(UKey key);
@
safe
pure nothrow @
nogc
IxsN
!(
capacity
,
1
)
keys
;
}
Constructors
this
this
(Keys keys)
Undocumented in source.
Members
Functions
contains
bool
contains
(UIx key)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool
contains
(UKey key)
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
capacity
enum
capacity
;
Undocumented in source.
keyLength
enum
keyLength
;
Undocumented in source.
Variables
keys
IxsN
!(
capacity
,
1
)
keys
;
Undocumented in source.
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
Hepa/7-Key Leaf with key-length 1.