Uint8ArrayConstructor

external interface Uint8ArrayConstructor

Properties

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

Functions

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