ofInt

nobox.ofInt
See theofInt companion class
object ofInt

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ofInt.type

Members list

Value members

Concrete methods

def apply(elems: Int*): ofInt
def fill(size: Int)(f: => Int): ofInt
def fillAll(size: Int)(elem: Int): ofInt
def flatten(xs: Array[Array[Int]]): ofInt
def iterate(start: Int, len: Int)(f: Int => Int): ofInt
def tabulate(n: Int)(f: Int => Int): ofInt
def unfold[B](z: B)(f: B => Option[(B, Int)]): ofInt

Concrete fields

val empty: ofInt