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