UInt16ArrayZeroPad

Constructors

Link copied to clipboard
constructor(size: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Int

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun copyOf(size: Int = this.size): UInt16ArrayZeroPad
Link copied to clipboard
fun copyOfRange(fromIndex: Int = 0, toIndex: Int = this.size): UInt16ArrayZeroPad
Link copied to clipboard
operator fun get(index: Int): Int
Link copied to clipboard
operator fun set(index: Int, value: Int)
Link copied to clipboard
open override fun toString(): String