Copyimport * as mod from "https://deno.land/std@0.147.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