List::iter

Get an iterator of this list.

Type

iter :: [a] -> Iter a

Examples

iter = [1, 2, 3].iter$()
println$( iter.__next$().value )