import * as mod from "https://dotland.deno.dev/std@0.181.0/collections/take_last_while.ts"; FunctionsftakeLastWhileReturns all elements in the given array after the last element that does not match the given predicate.