add 200 (WIP)

This commit is contained in:
timeshifter
2022-09-28 01:11:27 +02:00
parent 1dcc402379
commit 5100bfea49
3 changed files with 95 additions and 0 deletions
+4
View File
@@ -106,6 +106,10 @@ where
pub fn iter(&self) -> Iter<T> {
self.vector.iter()
}
pub fn into_vec(self) -> Vec<T> {
self.vector
}
}
#[cfg(test)]