eqNum property

Eq<num> eqNum
getter/setter pair

Instance of Eq for num using the standard == operator.

Implementation

static Eq<num> eqNum = _Eq((x, y) => x == y);