@pragma('vm:prefer-inline') int? upNeighborTile(int idx) => hasNeighborUp(idx) ? _data[idx - width] : null;