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