sort_xtable

sort_xtable(a_xlist2d, key_index) copy to clipboard

Sort each XList in two dimensional XList according to the order of the sub XList of the specified index.

A two dimensional XList means an XList instance of which all elements are XList instances.

Parameters
Result

list of lists :A sorted two deimensional XList instance. The returned XList instance is identical to the XList instance passed as an argument.