Rindle docs and package mapSkip to main content

Sort

Type Alias Sort 

pub type Sort = Vec<(usize, bool)>;
Expand description

(column, ascending) — sort spec resolved to indices at build time.

Aliased Type§

pub struct Sort { /* private fields */ }