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
IterTools.cache
IterTools.distinct
IterTools.fieldvalues
IterTools.firstrest
IterTools.flagfirst
IterTools.groupby
IterTools.imap
IterTools.interleaveby
IterTools.iterated
IterTools.ivec
IterTools.ncycle
IterTools.nth
IterTools.partition
IterTools.peekiter
IterTools.properties
IterTools.propertyvalues
IterTools.repeatedly
IterTools.subsets
IterTools.takenth
IterTools.takestrict
IterTools.takewhile
IterTools.zip_longest
IterTools.@ifsomething
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"