Skip to main content

Iterable Utilities Version Build Status

A bunch of utilities for working with iterables, many inspired by the native array methods.

Usage

import * as iter from "https://deno.land/x/iter/mod.ts";
// or
import * as iter from "https://deno.land/x/iter@v0.1.1/mod.ts";

Roadmap

  • Make a roadmap
  • Deploy to deno.land/x/
  • Implement reducers
  • Implement testing