Skip to content

Releases: JeyDotC/jeydotc-enumerable

Added a basic mutable interface IList

15 Mar 21:54
Compare
Choose a tag to compare

Initial fully working version, just added the license... to the composer!

15 Mar 16:17
Compare
Choose a tag to compare

Initial fully working version, just added the license.

15 Mar 16:12
Compare
Choose a tag to compare

Initial fully working version

15 Mar 15:52
Compare
Choose a tag to compare
Pre-release

It's fully working version, yet, some methods are missing, here's a list of missing methods so far:

// public function takeWhile();
// public function skipWhile();
// public function sum();
// public function average();
// public function aggregate();

There surely are more, but for now I'll stick to those ones.