method Deno.UnsafePointer.of
UnsafePointer.of<T = unknown>(value: Deno.UnsafeCallback | BufferSource): PointerValue<T>
Return the direct memory pointer to the typed array in memory.
value: Deno.UnsafeCallback | BufferSource
UnsafePointer.of<T = unknown>(value: Deno.UnsafeCallback | BufferSource): PointerValue<T>
Return the direct memory pointer to the typed array in memory.
value: Deno.UnsafeCallback | BufferSource