ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
isOneOf
ae
utils
array
Returns
true
if one of the elements of
arr
contains
val
.
bool
isOneOf
(
T
)
(
T
val
,
T
[]
arr
...
)
Meta
Source
See Implementation
ae
utils
array
aliases
queuePush
enums
OnEof
functions
afilter
amap
asort
auniq
contains
containsAt
countSort
eat
elementIndex
emptySlice
fromBytes
get
getExpand
indexOf
indexOfElement
isIn
isOneOf
list
memcmp
memmove
nonNull
padRight
pluck
putExpand
queuePeek
queuePeekLast
queuePop
repeatOne
sample
shift
skipUntil
slice
sliceIndex
split1
splitEmpty
splitWithPrefix
splitWithPrefixAndSuffix
splitWithSuffix
stackPeek
stackPop
stackPush
staticArray
toArray
unshift
vector
vectorAssign
properties
bytes
structs
NormalizedArray
templates
eatUntil
mapNull
Returns true if one of the elements of arr contains val.