Class monkey.list.IntList - leonard-thieu/monkey GitHub Wiki
IntList is a convenience class for handling lists of integer values.
List<Int>
New ()
IntList is a convenience class for handling lists of integer values.
Creates a new empty IntList.
Implements the Compare method, which allows IntLists to be sorted using the Sort method.