Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/imagemagick_deno/src/internal/pointer/pointer.ts>Pointer

Deno port of the WASM library for ImageMagick
Go to Latest
class Pointer
import { Pointer } from "https://deno.land/x/imagemagick_deno@0.0.22/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