@ -152,7 +152,7 @@ impl<'a, T> ExactSizeIterator for IntoIter<'a, T>{}
#[derive(Debug)]
structFullIterRef<'a,T>(std::slice::Iter<'a,T>);
//struct PartialIterRef<'a, T>(&)
//struct PartialIterRef<'a, T>(&) //XXX: This probably isn't possible unless it takes an exclusive reference of Populator<'a, T>. Having to pass 'a around really sucks hey.
impl<'a,T: 'a>IntoIteratorforPopulator<'a,T>// FUCK why do we need to make this 'static???? fuck this... dyn dispatch in rust is so jank. why can't we use 'a!!!