TrSort  v0.3.0
A novel sorting algorithm I've invented
Todo List
Member com::saxbophone::tr_sort::sort (std::span< T, Extent > data)
Add template param or function param for conversion lambda function to be used for casting objects of type T to some other Scalar type. This may or may not need an additional template type param to determine which data type is to be used for the result value of such conversions, when the type T is non-scalar (assuming we don't just default to using Real in that case). Need to check the current implementation of the algorithm to know how to proceed in this regard.