empty
public func empty[T]() -> EmptyIterator[T]Returns an EmptyIterator[T]. Useful as a "neutral element" in
iterator algebra (a.chain(other: empty())).
Defined in lang/std/iter/adapters.ks
public func empty[T]() -> EmptyIterator[T]Returns an EmptyIterator[T]. Useful as a "neutral element" in
iterator algebra (a.chain(other: empty())).
Defined in lang/std/iter/adapters.ks