import { takeLastWhile } from "https://dotland.deno.dev/std@0.181.0/collections/take_last_while.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/take_last_while.ts";
Returns all elements in the given array after the last element that does not match the given predicate.