Collection.iterator

Returns an iterator over the elements in this collection. There are no guarantees concerning the order in which the elements are returned (unless this collection is an instance of some class that provides a guarantee).

@return an <tt>Iterator</tt> over the elements in this collection

interface Collection(E)
InputRange!E
iterator
()

Meta