StatTools
I’ve written a couple of simple statistical routines over Iterables in haXe.
There’s a function floatMap() which will map an Iterable of Ints to Floats. This is useful when dealing with haXe’s Iterable typechecking behavior (which doesn’t let you treat Array<Int> and Array<Float> interchangably for Lambda methods).
There’s really not much more to say about them, so take a look at the documentation for the class is available here.




