phobos-next v0.1.0 (2016-04-10T11:57:37Z)
Home
Dub
Repo
of
predicates
Return true if
x
is a equal to any of
ys
. TODO Reuse
among
bool
of
(S x, T ys)
bool
of
(E x, R ys)
pure
bool
of
(
E
R
)
(
E
x
,
R
ys
)
if
(
isIterable
!
R
)
Meta
Source
See Implementation
predicates
aliases
isEither
isInited
isUntouched
zeroed
functions
allEqual
allEqualTo
allZero
isDefaulted
isPowerOf2
of
Return true if x is a equal to any of ys. TODO Reuse among