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

type Vec2i = XY<isize>;

A signed 2D quantity, in cells.

Usually represents an offset.