Struct alcibiades::stock::DummyTtable [] [src]

pub struct DummyTtable;

Implements a transposition table that never stores anything.

This is useful when the search algorithm does not use a transposition table.

Trait Implementations

impl Ttable for DummyTtable
[src]

Creates a new transposition table. Read more

Does nothing.

Does nothing.

Returns None.

Does nothing.

Extracts the principal variation for a given position. Read more

impl Sync for DummyTtable
[src]