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

type Vec2i = XY<isize>;

A signed 2D quantity, in cells.

Usually represents an offset.