pub type VectorOfVectorOfPoint2d = Vector<Vector<Point2d>>;๐Deprecated: Use the the non-alias form
core::Vector<core::Vector<core::Point2d>> instead, removal in Nov 2024Aliased Typeยง
struct VectorOfVectorOfPoint2d { /* private fields */ }