@pragma('vm:prefer-inline') int? rightNeighborTile(int idx) => hasNeighborRight(idx) ? _data[idx + 1] : null;