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.
TArray
Txn
TArray.View
Ref.View
Ref
Returns a new TArray[A] containing the elements of data.
TArray[A]
data
Returns a new TArray[A] containing length copies of the default value for elements of type A.
length
A