TArray

object TArray
Companion:
class
class Object
trait Matchable
class Any
TArray.type

Value members

Concrete methods

def empty[A]: USTM[TArray[A]]

Makes an empty TArray.

Makes an empty TArray.

def fromIterable[A](data: => Iterable[A]): USTM[TArray[A]]

Makes a new TArray initialized with provided iterable.

Makes a new TArray initialized with provided iterable.

def make[A](data: A*): USTM[TArray[A]]

Makes a new TArray that is initialized with specified values.

Makes a new TArray that is initialized with specified values.