[][src]Trait mcts::transposition_table::TranspositionHash

pub trait TranspositionHash {
    fn hash(&self) -> u64;
}

Required methods

fn hash(&self) -> u64

Loading content...

Implementors

Loading content...