kolter/collections

v1.0.5 2018-10-17 15:00 UTC

This package is not auto-updated.

Last update: 2024-05-09 18:13:55 UTC


README

#Collections Build Status

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.