Iterator

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

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
arg0..argN (optional) are of any type

Results

i          is an iterator closure

Closure Methods

Example Usage

Description

See Also