Skip to main content
Latest
import * as jslazyiter from "https://deno.land/x/jslazyiter@v0.1.0/mod.ts";

Classes

Iter is a wrapper over ECMAScript 2015's protocol. Based on the protocol defined next() method, Iter provides various convenience methods for lazy iteration over collections that implement the protocol.

Type Aliases

IntoIter is the type that a value must satisfy to be turned into an Iter