Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
class Pointer
import { Pointer } from "https://deno.land/x/imagemagick_deno@0.0.14/src/internal/pointer/pointer.ts";

Constructors

new
private
Pointer()

Properties

private
readonly
instance: number
readonly
ptr: number
readonly
value: number

Static Methods

use<TReturnType>(func: (pointer: Pointer) => TReturnType): TReturnType