class base list[value element type]
public overload base list()
public overload base list(element type n1)
public overload base list(readonly list[element type] the list)
implement void clear()
implement implicit mutable reference[element type] at(nonnegative index) mutable pure
Sort the list in place using the given sort order.
implement void sort(order[element type] the order)