Function chess::get_bishop_rays

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

Get the rays for a bishop on a particular square.