Class monkey.list.IntList - leonard-thieu/monkey GitHub Wiki

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

Extends

  • List<Int>

Constructors

Methods

Detailed Discussion

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

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.

⚠️ **GitHub.com Fallback** ⚠️