import { Memory } from "https://deno.land/x/paimon@v1.1.3/src/deno/mod.ts";
Methods
copyAndDispose(): Uint8Array
Copy the bytes and free them
free(): void
Free on next tick
len(): number
ptr(): number
[Symbol.dispose](): void
import { Memory } from "https://deno.land/x/paimon@v1.1.3/src/deno/mod.ts";
Copy the bytes and free them
Free on next tick