IntList Data Composite
Functions like sort() and shuffle() always act on the list itself. To get a sorted copy, use list.copy().sort(). ]]>
class