method Deno.UnsafePointer.of
Jump to headingUnsafePointer.of<T = unknown>(value: Deno.UnsafeCallback | BufferSource): PointerValue<T>
Return the direct memory pointer to the typed array in memory.
Type Parameters Jump to heading
Jump to headingT = unknown
Parameters Jump to heading
Jump to headingvalue: Deno.UnsafeCallback | BufferSource