Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 337 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 337 Bytes

futilities

A collection of functional programming utilities.

Goals

The goal of futilities is to provide a unified interface for working with common iterables, which include:

  • native Arrays and Objects
  • Facebook's Immutable List, Map, Set, and Seq
  • generator functions