IterTools

Installation

Install this package with Pkg.add("IterTools")

Description

Common functional iterator patterns.

This package provides tools for working with iterators, in addition to those provided by Base.Iterators. It is lightweight and has no dependencies.

Index

See also

  • Base.Iterators is included with Julia
  • SplitApplyCombine.jl has "tools [that] come in the form of high-level functions that operate on iterable or indexable containers in an intuitive and simple way"