eq
Parameters
Source
Implementation
pub fn eq(lhs: Cell, rhs: Cell) bool {
return lhs.col_num == rhs.col_num and lhs.row_num == rhs.row_num;
}Source
pub fn eq(lhs: Cell, rhs: Cell) bool {
return lhs.col_num == rhs.col_num and lhs.row_num == rhs.row_num;
}