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

x/velo/src/utils/pointerList.ts>PointerList#remove

Performant Cache implementations for Deno. Supports LRU, LFU, ARC and other caching policies.
Go to Latest
method PointerList.prototype.remove
import { PointerList } from "https://deno.land/x/velo@0.1.5/src/utils/pointerList.ts";

Removes a pointer from the list

Parameters

pointer: number

The pointer to remove

Returns

number

The removed pointer