@std/collections@0.215.0
latest
Works with
•JSR Score70%•It is unknown whether this package works with Browsers, Deno, Node.js, Cloudflare Workers, Bun




Published2 years ago (0.215.0)
Pure functions for common tasks around collection types like arrays and objects.
Heavily inspired by Kotlin's Collections package.
Add Package
deno add jsr:@std/collections
Import symbol
import * as collections from "@std/collections";
Import directly with a jsr specifier
import * as collections from "jsr:@std/collections";