PAWN_OFFSETS top-level constant

Map<Color, List<int>> const PAWN_OFFSETS

Implementation

const Map<Color, List<int>> PAWN_OFFSETS = const {
  BLACK: const [16, 32, 17, 15],
  WHITE: const [-16, -32, -17, -15]
};