Skip to content

Rows

[Source]

class val Rows

Constructors

create

[Source]

new val create(
  rows': Array[Row val] val)
: Rows val^

Parameters

Returns


Public Functions

size

[Source]

Returns the number of rows.

fun box size()
: USize val

Returns


apply

[Source]

Returns the ith row if it exists. Otherwise, throws an error.

fun box apply(
  i: USize val)
: Row val ?

Parameters

Returns


values

[Source]

Returns an iterator over the rows.

fun box values()
: RowIterator ref

Returns