Skip to main content
Module

x/datastructure/mod.ts>Stack#push

Implement different Data Structures using TypeScript. Deno Third-party Module.
Go to Latest
method Stack.prototype.push
import { Stack } from "https://deno.land/x/datastructure@1.0.0/mod.ts";

Parameters

data: DataType<any>