Type Definition gomoku_core::Position [] [src]

type Position = (usize, usize);

Represent a position on the Grid.