Uint8ArrayConstructor

external interface Uint8ArrayConstructor

Functions

Link copied to clipboard
abstract fun from(arrayLike: ArrayLike<Number>): Uint8Array
abstract fun <T> from(arrayLike: ArrayLike<T>, mapfn: (T, k: Number) -> Number, thisArg: Any? = definedExternally): Uint8Array
Link copied to clipboard
abstract fun of(vararg items: Number): Uint8Array

Properties

Link copied to clipboard
abstract var BYTES_PER_ELEMENT: Number
Link copied to clipboard
abstract var prototype: Uint8Array