Type Definition Square
rustenginelib::square
type Square = usize;
Square type represents a square of a chess board as an unsigned int
impl SquareTrait for Square
fn rank(self) -> Rank
returns the rank of the square
fn file(self) -> File
returns the file of the square
fn uci(self) -> String
returns the UCI representation of the square