iterator

iterator()

Make an iterator object of XDict. The iterator object return a pair list of key and a value i.e. {a_key, a_value} with next() handler.

Result

script object : An iterator