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