ArrayValues [Src] [A: A, B: Array[A] #read]
class ref ArrayValues[A: A, B: Array[A] #read] is
Iterator[B->A] ref
Implements
- Iterator[B->A] ref
Constructors
create [Src]
new ref create(
array: B)
: ArrayValues[A, B] ref^
Parameters
- array: B
Returns
- ArrayValues[A, B] ref^
Public Functions
has_next [Src]
fun box has_next()
: Bool val
Returns
- Bool val
next [Src]
fun ref next()
: B->A ?
Returns
- B->A ?
rewind [Src]
fun ref rewind()
: ArrayValues[A, B] ref
Returns
- ArrayValues[A, B] ref