[][src]Type Definition cursive_core::vec::Vec2

type Vec2 = XY<usize>;

Simple 2D size, in cells.

Note: due to a bug in rustdoc (#32077), the documentation for Vec2 is currently shown on the XY page.