phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
OneLeafMax7
nxt
trie
Single/1-Key Leaf with maximum key-length 7.
struct
OneLeafMax7 {
@
safe
pure
enum
capacity
;
this
(Ix[] key);
bool
contains
(UKey key);
string
toString
[@property getter];
@
safe
pure
IxsN
!(
capacity
,
1
)
key
;
}
Constructors
this
this
(Ix[] key)
Undocumented in source.
Members
Functions
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.
Properties
toString
string
toString
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
key
IxsN
!(
capacity
,
1
)
key
;
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
Single/1-Key Leaf with maximum key-length 7.