Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
method Queue.prototype.enqueue
import { Queue } from "https://deno.land/x/sptaki@1.2.0/utils/mod.ts";

Adds an element to the end of the queue.

Parameters

element: T