[][src]Trait littlewing::bitboard::BitboardIterator

pub trait BitboardIterator {
    type Item;
    fn next(&mut self) -> Option<Self::Item>;
}

Associated Types

type Item

Loading content...

Required methods

fn next(&mut self) -> Option<Self::Item>

Loading content...

Implementors

impl BitboardIterator for Bitboard[src]

type Item = Square

Loading content...