JuliaCollections / IterTools.jl

Common functional iterator patterns
Other
152 stars 28 forks source link

Infer eltype of `partition` #77

Closed goretkin closed 4 years ago

goretkin commented 4 years ago

Addresses https://github.com/JuliaCollections/IterTools.jl/issues/39

Thanks Matt Baumann for also suggesting to use @inline on slack.

Sorry these PRs are accumulating the contents of my previous PRs.

goretkin commented 4 years ago

Thanks for the reviews! I rebased this.

codecov-commenter commented 4 years ago

Codecov Report

Merging #77 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #77   +/-   ##
=======================================
  Coverage   73.85%   73.85%           
=======================================
  Files           1        1           
  Lines         283      283           
=======================================
  Hits          209      209           
  Misses         74       74           
Impacted Files Coverage Δ
src/IterTools.jl 73.85% <ø> (ø)

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 149b398...0ecaa88. Read the comment docs.