Kaya 0.4.4 reference for Lazy::iterate

List of functions and data types in Lazy

Void iterate(Lazy::List<a> xs, Void(a) action)

Arguments

Usage

Iterate across a lazy list, performing action on each element. Note that if the list is infinite in size, and action never throws an Exception, this function will never return.

Related

kaya@kayalang.org | Last modified 29 November 2011 | Supported by Durham CompSoc | Powered by Kaya