VectorObject

class VectorObject(val size: Int, defaultValue: Value) : CleartextClassObject

Constructors

Link copied to clipboard
fun VectorObject(size: Int, defaultValue: Value)

Functions

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

Properties

Link copied to clipboard
val size: Int
Link copied to clipboard

Extensions

Link copied to clipboard