phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
RawRadixTree.contains
nxt
container
trie
RawRadixTree
RawRadixTree
inout
(
Value
*)
contains
(UKey key)
bool
contains
(UKey key)
struct
RawRadixTree
pure nothrow @
safe
@
nogc
pragma(
inline
, true) const
static if
(!(
isValue
))
bool
contains
(
UKey
key
)
Return Value
Type:
bool
true
if
key
is stored,
false
otherwise.
Meta
Source
See Implementation
nxt
container
trie
RawRadixTree
RawRadixTree
aliases
BranchType
DefaultBranchType
DenseBranchType
ElementRefType
NodeType
RangeType
SparseBranchType
StatsType
ValueType
hasValue
constructors
this
destructors
~this
functions
clear
contains
countHeapNodes
dup
empty
insert
length
matchCommonPrefix
opSlice
prefix
print
root
rootNode
usageHistograms
postblits
this(this)