tcbrindle / flux

A C++20 library for sequence-orientated programming
https://tristanbrindle.com/flux/
Boost Software License 1.0
479 stars 29 forks source link

Add fill() algorithm #7

Closed tcbrindle closed 2 years ago

tcbrindle commented 2 years ago

That was an easy one

codecov[bot] commented 2 years ago

Codecov Report

Merging #7 (e792322) into main (1f3b7ab) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main       #7   +/-   ##
=======================================
  Coverage   95.58%   95.58%           
=======================================
  Files          39       39           
  Lines         883      883           
=======================================
  Hits          844      844           
  Misses         39       39           
Impacted Files Coverage Δ
include/flux/core/lens_base.hpp 85.71% <ø> (ø)
include/flux/op/take.hpp 100.00% <ø> (ø)

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 1f3b7ab...e792322. Read the comment docs.