simplify the implementation of firstrest using peel#130
simplify the implementation of firstrest using peel#130nsajko wants to merge 2 commits intoJuliaCollections:masterfrom
firstrest using peel#130Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #130 +/- ##
==========================================
- Coverage 90.88% 90.86% -0.03%
==========================================
Files 1 1
Lines 395 394 -1
==========================================
- Hits 359 358 -1
Misses 36 36 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b1ae311 to
dc25294
Compare
|
Should |
|
The doc string of |
firstrest using Iterators.peelfirstrest using Iterators.peel
firstrest using Iterators.peelfirstrest using peel
f44202b to
4d3c1df
Compare
Sounds like a good reason to deprecate now |
`Iterators.peel` is supported on all Julia versions supported by IterTools. In fact, it was already present with Julia v0.7.
|
Another option is to simply define const firstrest = Iterators.peelThe only difference in behavior would be |
|
IMO that would be a feature addition, as opposed to a breaking change. |
Iterators.peelis supported on all Julia versions supported by IterTools. In fact, it was already present with Julia v0.7.