1 2 3 4 5 6 7 8 9
use std::iter::Chain; use crate::prelude::*; /*impl<A: I, B> IterRef for Chain<A, B> { fn iter(&self) -> impl Iterator<Item = <&Self as IntoIterator>::Item> { (self as Chain<A, B>). } }*/