FunctionalCollections.jl icon indicating copy to clipboard operation
FunctionalCollections.jl copied to clipboard

implement iterator interface on plist completely

Open chfin opened this issue 8 years ago • 1 comments

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.

chfin avatar Mar 20 '18 22:03 chfin

Does someone have a clue why the Travis build fails? Seems not to be related to the changes, as it is a git error.

chfin avatar May 10 '18 14:05 chfin