Koazee v0.0.5 Release Notes
Release Date: 2020-03-06 // about 3 years ago-
No data yet 😐
You can check the official repo
Previous changes from v0.0.4
-
➕ Added
- ⬇️ DropWhile :It removes the elements in the stream that match with the given input function.
- IndexesOf :It returns the index for all the occurrences of the element in the stream.
- GroupBy :It creates groups depending on the returned function value.
- ➕ Add new examples to repository koazee-samples
🔄 Changed
- ⚡️ README has been updated with latest operations.