FunctionalCollections.jl
FunctionalCollections.jl copied to clipboard
implement iterator interface on plist completely
This PR adds Base.iteratorsize, Base.iteratoreltype and Base.eltype for plist. Especially the last one is important, as it allows collect to infer the eltype of the output array correctly.
Tests included.
Does someone have a clue why the Travis build fails? Seems not to be related to the changes, as it is a git error.