kolter / collections
{description}
v1.0.5
2018-10-17 15:00 UTC
Requires
- kolter/comparator: ^v0.0.3
This package is not auto-updated.
Last update: 2025-01-02 21:13:01 UTC
README
Collections provides a ArrayList class that ease the way to handle arrays. It provides a lot of array functions with a clean interfaces a testable methods.
Comes with an interface if you want to create your own collection class and want to use basic implementations, you can use differents traits.
It is tested almost every case.