mask8 top-level constant

int const mask8

A constant representing an 8-bit mask with all bits set to 1.

Implementation

const mask8 = 0xFF;