mask16 top-level constant

int const mask16

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

Implementation

const mask16 = 0xFFFF;