ONE constant

Int64 const ONE

An Int64 constant equal to 1.

Implementation

static const Int64 ONE = Int64._bits(1, 0, 0);