phobos-next v0.3.5 (2020-07-23T15:01:39Z)
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
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
Single/1-Key Leaf with maximum key-length 7.