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.cacheIterTools.distinctIterTools.fieldvaluesIterTools.firstrestIterTools.flagfirstIterTools.groupbyIterTools.imapIterTools.interleavebyIterTools.iteratedIterTools.ivecIterTools.ncycleIterTools.nthIterTools.partitionIterTools.peekiterIterTools.propertiesIterTools.propertyvaluesIterTools.repeatedlyIterTools.subsetsIterTools.takenthIterTools.takestrictIterTools.takewhileIterTools.zip_longestIterTools.@ifsomething
See also
Base.Iteratorsis 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"