Type Definition cursive_core::vec::Vec2

source ·
pub type Vec2 = XY<usize>;
Expand description

Simple 2D size, in cells.

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