Module iter

Module iter 

Expand description

Iterators over Arrays and Dictionarys.

Structsยง

ArrayIterator
An owning iterator over the Objects of a Array.
DictIter
An iterator over the (String, Object) pairs of a Dictionary.
DictIterMut
A mutable iterator over the (String, Object) pairs of a Dictionary.
DictIterator
An owning iterator over the (String, Object) pairs of a Dictionary.