descore v1.1.0 (2015-01-15T16:11:38Z)
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