31. Boost package for the builtin sort
The sort_boost module implements additional infrastructure for the sorting routines.
All functions and symbols are in “sort_boost” module, use require to get access to it.
require daslib/sort_boost
31.1. Call macros
- qsort
Implements qsort macro. I’ts qsort(value,block). For the regular array<> or dim it’s replaced with sort(value,block). For the handled types like das`vector its replaced with sort(temp_array(value),block).