Iterator

From OpenEUO
Revision as of 19:29, 24 November 2010 by Ximan (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Calling Pattern

Call

local i = sl.iterator(source, func, arg[, ...])

Args

source     is a table, where keys and values are any type
func       is a function (or a table of functions)
arg0..argN (optional) are of any type

Results

i          is an iterator closure

Closure Methods

Description

See run for a description of the operation of this object.

See Also