[][src]Macro staticsort::staticsort

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

This macro takes the following parameters in the order they're listed: type to sort, index to start at, index to end at, total array length, and name of existing const / static array variable (or directly-passed "anonymous" array).