pub(crate) fn intersect_row_selections( a: Option<RowSelection>, b: Option<RowSelection>, ) -> Option<RowSelection>
Intersects two RowSelections.
RowSelection