Skip to main content
Module

std/collections/_utils.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.166.0/collections/_utils.ts";

Functions

Filters the given array, removing all elements that do not match the given predicate in place. This means array will be modified!.

Produces a random number between the inclusive lower and upper bounds.