Skip to main content
Module

x/sail_denque/mod.ts>IDenqueOptions

Denque is a well tested, extremely fast and lightweight double-ended queue implementation with zero dependencies and includes TypeScript types.
Latest
interface IDenqueOptions
import { type IDenqueOptions } from "https://deno.land/x/sail_denque@v1.0.0/mod.ts";

Properties

optional
capacity: number