IndexedData

final case class IndexedData[+A](index: Int, node: EvalNode[A])
Companion:
object
Source:
Interpreter.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product