TArray

object TArray
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

trait View[A] extends IndexedSeq[A] with TxnDebuggable

A view that supports accesses to a TArray instance outside the static scope of a Txn. TArray.View is to TArray as Ref.View is to Ref.

A view that supports accesses to a TArray instance outside the static scope of a Txn. TArray.View is to TArray as Ref.View is to Ref.

Value members

Concrete methods

def apply[A](data: IterableOnce[A])(`evidence$2`: ClassTag[A]): TArray[A]

Returns a new TArray[A] containing the elements of data.

Returns a new TArray[A] containing the elements of data.

def ofDim[A](length: Int)(`evidence$1`: ClassTag[A]): TArray[A]

Returns a new TArray[A] containing length copies of the default value for elements of type A.

Returns a new TArray[A] containing length copies of the default value for elements of type A.