Stabilize `Iterable` arg for collections APIs
Open
collections
- Dominant language
- TypeScript
- Stars
- 3.6k
- Forks
- 681
- PR merge metrics
- No merged PRs in 30d
Description
We should stabilize the following APIs in std/collections, and merge them to stable counterparts
- [x] (unstable) chunk
- [x] (unstable) dropLastWhile
- [x] (unstable) dropWhile
- [x] (unstable) intersect
- [x] (unstable) sample
- [x] (unstable) slidingWindows
- [x] (unstable) sortBy
- [x] (unstable) takeLastWhile
- [x] (unstable) takeWhile
- [x] (unstable) withoutAll
Contributor guide
Assessment
This issue has not been assessed yet.