JuliaCollections / IterTools.jl

Common functional iterator patterns
Other
154 stars 29 forks source link

Add IVec: lazy `vec` #49

Closed iamed2 closed 5 years ago

iamed2 commented 6 years ago

It's like vec but it doesn't materialize an array. Turns an n-dimensional iterator into a 1-dimensional iterator.

codecov-io commented 6 years ago

Codecov Report

Merging #49 into master will increase coverage by 0.49%. The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
+ Coverage   59.89%   60.39%   +0.49%     
==========================================
  Files           1        1              
  Lines         197      202       +5     
==========================================
+ Hits          118      122       +4     
- Misses         79       80       +1
Impacted Files Coverage Δ
src/IterTools.jl 60.39% <80%> (+0.49%) :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 d39cba8...d976db6. Read the comment docs.