Util

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

Attributes

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

Members list

Value members

Concrete methods

def dble[T : ClassTag](arr: Array[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

Source
Util.scala
def dble(arr: Array[Byte]): Array[Byte]

Specialized version for bytes

Specialized version for bytes

Attributes

Source
Util.scala
def dble(arr: Array[Int]): Array[Int]

Specialized version for ints

Specialized version for ints

Attributes

Source
Util.scala