[haXe] mean, stdev, etc...

Nicolas Cannasse ncannasse at motion-twin.com
Mon Apr 9 14:03:39 CEST 2007


>    1. Is there another "type" of list/array/iterator that I should consider?

Hash and IntHash as well.

>    2. What's the best way of handling any of these datatypes within a
>       single class... I'd end up using an enum, right?

The best way to handle all different containers is to accept either an
Iterator or an Iterable.

Nicolas



More information about the Haxe mailing list