phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
RawRadixTree.contains
nxt
trie
RawRadixTree
RawRadixTree
inout
(
Value
*)
contains
(UKey key)
struct
RawRadixTree
@
safe
pure nothrow @
nogc
inout
static if
(
isValue
)
inout
(
Value
*)
contains
(
UKey
key
)
bool
contains
(UKey key)
Return Value
Type:
inout
(
Value
*)
true
if
key
is stored,
false
otherwise.
Meta
Source
See Implementation
nxt
trie
RawRadixTree
RawRadixTree
aliases
BranchType
DefaultBranchType
DenseBranchType
ElementRefType
NodeType
RangeType
SparseBranchType
StatsType
ValueType
hasValue
destructors
~this
functions
clear
contains
countHeapNodes
dup
empty
insert
length
matchCommonPrefix
opSlice
prefix
print
root
rootNode
usageHistograms
postblits
this(this)