Function gomoku_core::get_alignments [] [src]

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

Returns alignments at pos for the given color.