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