phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
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
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
Hepa/7-Key Leaf with key-length 1.