Function minorhacks_chess::get_bishop_moves[][src]

pub fn get_bishop_moves(sq: Square, blockers: BitBoard) -> BitBoard

Notable traits for BitBoard

impl Iterator for BitBoard type Item = Square;

Get the moves for a bishop on a particular square, given blockers blocking my movement.