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