final object Util

Constructors

Members

[+] def bestFit ( candidates: Array [ Int ] , length: Int , x: Int , hint: Int ) : Int

The index i in candidates.indices such that candidates(i) <= x and candidates(i) is closest to x, determined by binary search, or -1 if x < candidates(0...

The index i in candidates.indices such that candidates(i) <= x and candidates(i) is closest to x, determined by binary search, or -1 if x < candidates(0).

[+] def bestFit$default$4 : Int

The index i in candidates.indices such that candidates(i) <= x and candidates(i) is closest to x, determined by binary search, or -1 if x < candidates(0...

The index i in candidates.indices such that candidates(i) <= x and candidates(i) is closest to x, determined by binary search, or -1 if x < candidates(0).

[+] def dble ( arr: Array [ T ] ) ( implicit evidence$6: ClassTag [ T ] ) : Array [ T ]