fn intersect_row_selections(
left: &[RowSelector],
right: &[RowSelector],
) -> RowSelectionExpand description
Combine two lists of RowSelection return the intersection of them
For example:
self: NNYYYYNNYYNYN
other: NYNNNNNNY
returned: NNNNNNNNYYNYN