Addr

final case class Addr(index: Int) extends AnyVal

An address pointing to an index in a Tasty buffer's byte array

trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def +(delta: Int): Addr

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product