amalthea v1.7.1 (2024-06-17T18:53:52Z)
Dub
Repo
isAmong
amalthea
dataprocessing
The function similar to functions "canFind" and "among".
bool
isAmong
(Value value, Values values)
bool
isAmong
(
alias
pred
=
(
a
,
b
)
=>
a
==
b
Value
Values
...
)
(
Value
value
,
Values
values
)
if
(
Values.length
!= 0
)
bool
isAmong
(T value, T[] values)
Meta
Source
See Implementation
amalthea
dataprocessing
aliases
extractValueForFlag
getValueForFlag
toOctalString
functions
assocArrayItems
calcComplement
calcIntersection
calcUnion
convJSONValueToDouble
copyArray
countElements
divideByElemNumber
extractOptionRange
extractOptionValue
getBinaryForm
getIndex
getOctalForm
getOptionRange
getOptionValue
isAmong
makeFilledArray
mixAssociativeArrays
orderAssociativeArray
orderAssociativeArrayByKeys
orderAssociativeArrayByValues
removeDuplicate
removeDuplicateConsecutiveSubstring
removeElementsByContent
sortAssocArrayItemsByKeys
sortAssocArrayItemsByValues
stripLeft
stripRight
urlEncode
The function similar to functions "canFind" and "among".