Struct libjxl :: jxl :: Spline :: Point
struct Point
{ ... };
Point(float x, float y)
auto operator==(const Point& other) const -> bool
float x
float y