vsort   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/core/math.xtm

Implementation

(bind-func vsort
  (lambda (buf:i16* len)
    (vquicksort buf 0 (- len 1))
    buf))


Back to Index

Similar Entries