add 200 (WIP)
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user