mask16 constant

int const mask16

A constant representing a 16-bit mask with all bits set to 1.

Implementation

static const mask16 = 0xFFFF;