fullBoard top-level constant

int const fullBoard

All-ones 64-bit mask (== -1 as a signed VM int).

Implementation

const int fullBoard = -1;