staticsort

Macro staticsort 

Source
macro_rules! staticsort {
    ($type:ty, $low:expr, $high:expr, $values:expr) => { ... };
}
Expand description

This macro takes the following parameters in the order they’re listed: type to sort, index to start at, index to end at, and either the name of an existing const array variable or just a a directly-passed “anonymous” array.