Function chess::get_king_moves

source ·
pub fn get_king_moves(sq: Square) -> BitBoardNotable traits for BitBoardimpl Iterator for BitBoard    type Item = Square;
Expand description

Get the king moves for a particular square.