Group

Type Alias Group 

Source
pub type Group = Vec<(usize, usize)>;
Expand description

A group of cells, represented by a vector of their coordinates in the form (column, row).

Aliased Typeยง

pub struct Group { /* private fields */ }