Pos

Type Alias Pos 

Source
pub type Pos = (isize, isize);
Expand description

This Pos type is expected to be generate enough to allow the user to cast into and out of their own type, such as from the euclid crate.