collections_helper library Null safety

Classes

AverageList<T extends num>
List of num with a max length of _maxCapacity, where we can easily compute the average value of all elements.