The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
mir_series.tryGet
mir
series
mir_series
Tries to get the first value, such that
key_i == key
.
bool
tryGet
(Index key, Value val)
bool
tryGet
(Index key, Value val)
struct
mir_series
(IndexIterator_, Iterator_, size_t N_ = 1, SliceKind kind_ = Contiguous)
const
@
serdeIgnore
@
fmamath
bool
tryGet
(
Index
Value
)
(
Index
key
,
scope
ref
Value
val
)
bool
tryGet
(Index key, Value val)
Return Value
Type:
bool
true
on success.
Meta
Source
See Implementation
mir
series
mir_series
aliases
Data
Index
IndexIterator
Iterator
constructors
this
functions
asSlice
back
contains
empty
front
get
getExtraVerbose
getVerbose
index
length
lightConst
lightImmutable
lightScope
lowerBound
opAssign
opBinary
opBinaryRight
opDollar
opEquals
opIndex
opIndexAssign
opIndexOpAssign
opSlice
popBack
popBackExactly
popBackN
popFront
popFrontExactly
popFrontN
save
serdeFinalize
toConst
toString
tryGet
tryGetFirst
tryGetFirstUpdateLower
tryGetLast
tryGetLastUpdateKey
tryGetNext
tryGetNextUpdateKey
tryGetPrev
tryGetPrevUpdateKey
upperBound
variables
N
_index
data
kind
Tries to get the first value, such that key_i == key.