Util

dotty.tools.tasty.util.Util$
object Util

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Util.type

Members list

Value members

Concrete methods

def dble[T](arr: Array[T])(using evidence$1: ClassTag[T]): Array[T]

An array twice the size of given array, with existing elements copied over

An array twice the size of given array, with existing elements copied over

Attributes

def dble(arr: Array[Byte]): Array[Byte]

Specialized version for bytes

Specialized version for bytes

Attributes

def dble(arr: Array[Int]): Array[Int]

Specialized version for ints

Specialized version for ints

Attributes