TraceValues

Type-safe accessor class for values in the trace

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val owner: Scheme
Link copied to clipboard
Link copied to clipboard
var value: Value?

Functions

Link copied to clipboard
operator fun invoke(vararg numbers: Number)
operator fun invoke(vararg strings: String)
operator fun invoke(lists: List<List<Number>>)
Link copied to clipboard
fun set(values: Any?)

Smart fill for trace values. The following types are accepted: DoubleArray, IntArray, Array of primitive or string, Iterable of primitive or string.