ZERO constant

Int64 const ZERO

An Int64 constant equal to 0.

Implementation

static const Int64 ZERO = Int64._bits(0, 0, 0);