Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fifo/lib/fifo.ts>FIFO#push

First-in-first-out queue
Go to Latest
method FIFO.prototype.push
import { FIFO } from "https://deno.land/x/fifo@v0.2.2/lib/fifo.ts";

Parameters

value: T