daff.IndexItem
A list of instances of a given row in a table.
Type: class
Constructor:
new()
Methods:
Inlineadd (i : Int) : Int
Add an extra instance to the list.
Parameters:
i
the row number
Returns: the number of instances seen
InlineasList () : Array<Int>
Returns: the full list of rows seen
Inlinelength () : Int
Returns: the number of instances seen
Inlinevalue () : Int
Returns: the row number of the first instance seen