method Lazy.prototype.skipimport { Lazy } from "https://deno.land/x/better_iterators@v1.2.1/mod.ts"; skip(count: number): Lazy<T>Skip (up to) the first count elements Parameterscount: numberReturnsLazy<T>