descore ~master (2021-11-17T13:34:47.5426292)
Dub
Repo
oneOf
des
util
stdext
algorithm
bool
oneOf
(T val)
bool
oneOf
(E[] arr, T val)
bool
oneOf
(
E
T
)
(
E
[]
arr
,
T
val
)
if
(
is
(
typeof
(
arr
[0] ==
val
))
)
Meta
Source
See Implementation
des
util
stdext
algorithm
functions
oneOf
templates
amap