IntArray

final class IntArray extends Array[Int]
Companion:
object
class Array[Int]
trait Cloneable
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(i: Int): Int
override def clone(): IntArray
Definition Classes
def update(i: Int, value: Int): Unit

Inherited methods

def at(i: Int): Ptr[Int]

Pointer to the element.

Pointer to the element.

Inherited from:
Array
def length: Int

Number of elements of the array.

Number of elements of the array.

Inherited from:
Array