Array

value class Array(val value: List<Value>) : Value

Constructors

Link copied to clipboard
constructor(vararg values: Value)
constructor(value: List<Value>)

Properties

Link copied to clipboard