#root::data::List

Iter root/data/List.vi:397

struct Iter[T](...);

impl

impl [T; Fork[T]]: Fork[Iter[T]];
impl [T; Drop[T]]: Drop[Iter[T]];
impl [T; Fork[T]]: Fork[Iter[T]];
impl [T; Drop[T]]: Drop[Iter[T]];
impl [T]: Iterator[Iter[T], T];

to_list root/data/List.vi:413

impl to_list[T]: Cast[Iter[T], List[T]];

Convert the remaining elements in this iterator back into a list. O(1)