Go to Latest
import * as mod from "https://dotland.deno.dev/std@0.145.0/collections/take_last_while.ts";

Functions

Returns all elements in the given array after the last element that does not match the given predicate.