JuliaCollections / IterTools.jl

Common functional iterator patterns
Other
154 stars 29 forks source link

Add flagfirst. #52

Closed tpapp closed 5 years ago

tpapp commented 5 years ago

Similar to enumerate, except it simply indicates whether this is the first element.

codecov-io commented 5 years ago

Codecov Report

Merging #52 into master will increase coverage by 0.36%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
+ Coverage   60.39%   60.76%   +0.36%     
==========================================
  Files           1        1              
  Lines         202      209       +7     
==========================================
+ Hits          122      127       +5     
- Misses         80       82       +2
Impacted Files Coverage Δ
src/IterTools.jl 60.76% <66.66%> (+0.36%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d9565a5...0da8b43. Read the comment docs.

tpapp commented 5 years ago

Anything else I can do to get this merged? Or do you just need more time to evaluate?

iamed2 commented 5 years ago

I was thinking about whether this is notable enough to include, but it's also simple enough that we might as well.