Addr

final case class Addr(index: Int) extends AnyVal

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

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

trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def !=(that: Addr): Boolean
def +(delta: Int): Addr
def -(delta: Int): Addr
def ==(that: Addr): Boolean
def relativeTo(base: Addr): Addr

Inherited methods

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Inherited from
Product

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Returns

in the default implementation, an Iterator[Any]

Inherited from
Product