Function gomoku_core::get_free_threes [] [src]

pub fn get_free_threes(
    grid: &Grid,
    pos: Position,
    color: Color,
    aligns: &Axes<Alignment>
) -> Axes<bool>

Returns the free-threes at pos for the color.