onsdata.row

Undocumented in source.

Members

Classes

Row
class Row(T)
Undocumented in source.

Enums

RowStatus
enum RowStatus
Undocumented in source.

Functions

copy
Row!T[] copy(Row!T[] rows)
Undocumented in source. Be warned that the author may not have intended to support it.
isIn
bool isIn(T value, T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
isNotIn
bool isNotIn(T value, T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
newRow
T[] newRow(size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta