safeIntegerShiftBits property

int safeIntegerShiftBits
final

The safe integer bits for shift operations.

Implementation

static final int safeIntegerShiftBits =
    safeIntegerBits < 60 ? 32 : safeIntegerBits;