@override void operator []=(int idx, Point3i value) { ref.ptr[idx].x = value.x; ref.ptr[idx].y = value.y; ref.ptr[idx].z = value.z; }