Util

object Util
class Object
trait Matchable
class Any

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