#root::data::List

IterRef root/data/List.vi:434

struct IterRef[T](...);

impl

impl [T]: Iterator[IterRef[T], &T];
impl [T]: Fork[IterRef[T]];
impl [T]: Drop[IterRef[T]];

tail root/data/List.vi:453

fn tail[T](...: &IterRef[T]) -> &List[T];

Convert this iterator into a reference to the remaining tail of the list. O(1)