import * as mod from "https://dotland.deno.dev/std@0.116.0/collections/take_while.ts"; FunctionsftakeWhileReturns all elements in the given collection until the first element that does not match the given predicate.