List::iter
Get an iterator of this list.
Type
iter :: [a] -> Iter a
Examples
iter = [1, 2, 3].iter$()
println$( iter.__next$().value )
Get an iterator of this list.
iter :: [a] -> Iter a
iter = [1, 2, 3].iter$()
println$( iter.__next$().value )