nxt.predicates

Predicate extensions to std.algorithm.

Members

Aliases

zeroed
alias zeroed = allZero

Check if all Elements of x are zero.

Functions

allEqual
bool allEqual(R range)
allEqualTo
bool allEqualTo(R range, E element)
allZero
bool allZero(T x)

Check if all Elements of x are zero.

Meta