Function chess::get_knight_moves[][src]

pub fn get_knight_moves(sq: Square) -> BitBoard

Notable traits for BitBoard

impl Iterator for BitBoard type Item = Square;

Get the knight moves for a particular square.