Function bughouse::get_knight_moves[][src]

pub fn get_knight_moves(sq: Square) -> BitBoard

Notable traits for BitBoard

impl Iterator for BitBoard type Item = Square;
Expand description

Get the knight moves for a particular square.