Monkey Documentation

Class IntList

IntList is a convenience class for handling lists of integer values.


Extends:
Constructors:
Methods:
  • Compare : Int ( lhs:Int, rhs:Int )
Inherited Methods:

Constructor Documentation

Method New ()

Creates a new empty IntList.


Method Documentation

Method Compare : Int ( lhs:Int, rhs:Int )

Implements the Compare method, which allows IntLists to be sorted using the Sort method.