Function chess::between[][src]

pub fn between(sq1: Square, sq2: Square) -> BitBoard

Notable traits for BitBoard

impl Iterator for BitBoard type Item = Square;

Get a line between these two squares, not including the squares themselves.