import { takeLastWhile } from "https://dotland.deno.dev/std@0.181.0/collections/mod.ts";
Returns all elements in the given array after the last element that does not match the given predicate.
import { takeLastWhile } from "https://dotland.deno.dev/std@0.181.0/collections/mod.ts";
Returns all elements in the given array after the last element that does not match the given predicate.