Skip to main content

limit_selectors

Function limit_selectors 

Source
pub(super) fn limit_selectors(
    selectors: Vec<RowSelector>,
    limit: usize,
) -> Vec<RowSelector>
Expand description

Keeps only the first limit selected rows of selectors.