sort#

rbc.stdlib.sorting_functions.sort(x, *, axis=-1, descending=False, stable=True)#

❌ Not implemented

Returns a sorted copy of an input array x.

Array-API ‘sort’ doc