Function chess::get_bishop_rays[][src]

pub fn get_bishop_rays(sq: Square) -> BitBoard

Notable traits for BitBoard

impl Iterator for BitBoard type Item = Square;

Get the rays for a bishop on a particular square.