Search results

There are no results.

std.iter.IntoIter

IntoIter[T]

A type that can be moved into an iterator.

Required methods

into_iter

Show source code
Hide source code
fn pub move into_iter -> Iter[T]
fn pub move into_iter -> Iter[T]

Moves self into an iterator.