VectorObject

class VectorObject(size: Int, defaultValue: Value) : PlaintextClassObject

Functions

query
Link copied to clipboard
open override fun query(query: QueryNameNode, arguments: List<Value>): Value
update
Link copied to clipboard
open override fun update(update: UpdateNameNode, arguments: List<Value>)

Properties

size
Link copied to clipboard
val size: Int
values
Link copied to clipboard
val values: ArrayList<Value>