simc / dartx

Superpowers for Dart. Collection of useful static extension methods.
https://pub.dev/packages/dartx
Apache License 2.0
1.08k stars 88 forks source link

#110 add `Iterable<E>.startsWith(Iterable<E>)` and test #130

Closed komape closed 3 years ago

komape commented 3 years ago

Added the method Iterable<E>.startsWith(Iterable<E>). This was requested by #110.

codecov[bot] commented 3 years ago

Codecov Report

Merging #130 (870cdef) into master (a446b94) will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #130      +/-   ##
==========================================
+ Coverage   96.17%   96.24%   +0.06%     
==========================================
  Files          10       10              
  Lines         653      665      +12     
==========================================
+ Hits          628      640      +12     
  Misses         25       25              
Impacted Files Coverage Δ
lib/src/iterable.dart 99.56% <100.00%> (+0.01%) :arrow_up:
lib/src/list.dart 82.22% <0.00%> (+1.73%) :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 a446b94...870cdef. Read the comment docs.

komape commented 3 years ago

@leisim Is there anything preventing you from merging this PR? If so, let me know so I can fix it.

passsy commented 3 years ago

Fantastic, thanks for your contribution