All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.collection.Abstract.scala Maven / Gradle / Ivy

The newest version!
package scala.collection

object Util {

  /** A power of 2 >= `target`.
   */
  def powerOf2(target: Int): Int =
    scala.collection.mutable.HashTable.powerOfTwo(target)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy