UnsafePointerView

Constructors

Link copied to clipboard
constructor(pointer: DenoPointer)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun getArrayBuffer(byteLength: Int, offset: Int = definedExternally): ArrayBuffer
Link copied to clipboard
fun getBigInt64(offset: Int = definedExternally): JsBigInt
Link copied to clipboard
fun getFloat32(offset: Int = definedExternally): Float
Link copied to clipboard
fun getFloat64(offset: Int = definedExternally): Double
Link copied to clipboard
fun getInt16(offset: Int = definedExternally): Short
Link copied to clipboard
fun getInt32(offset: Int = definedExternally): Int
Link copied to clipboard
fun getInt8(offset: Int = definedExternally): Byte