mask32 constant

int const mask32

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

Implementation

static const mask32 = 0xFFFFFFFF;