mud ~master (2021-10-02T13:22:48Z)
Dub
Repo
isEven
mud
math
Is
t
even
@
safe
@
nogc
nothrow pure
bool
isEven
(
T
)
(
T
t
)
if
(
__traits(
isArithmetic
,
T
)
)
Examples
assert
(!
isEven
(
1
));
assert
(
isEven
(
2
));
Meta
Source
See Implementation
mud
math
functions
isEven
isOdd
logisticSigmoid
Is t even