I noticed it already works for `haxe.ds.ReadOnlyArray` ... I presume that is because it has direct `to Array<T>`? It would be practical to array match against `NodeList` / `HTMLCollection` and also `haxe.ds.Vector` (and also some more custom things).
I noticed it already works for
haxe.ds.ReadOnlyArray... I presume that is because it has directto Array<T>?It would be practical to array match against
NodeList/HTMLCollectionand alsohaxe.ds.Vector(and also some more custom things).