pub type Square = usize;
Expand description
Square type represents a square of a chess board as an unsigned int
Trait Implementations§
Source§impl SquareTrait for Square
SquareTrait adds methods to a Square
impl SquareTrait for Square
SquareTrait adds methods to a Square