import * as mod from "https://dotland.deno.dev/std@0.181.0/collections/drop_while.ts"; FunctionsfdropWhileReturns a new array that drops all elements in the given collection until the first element that does not match the given predicate.