Function goban::pieces::util::coord::is_coord_valid[][src]

pub const fn is_coord_valid(
    (height, width): (usize, usize),
    coord: Point
) -> bool
Expand description

Return true if the coord is in the goban.