mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-21 05:29:59 +00:00
Compare commits
No commits in common. "e7d4e2221c19ad607a7c8632b2cf64657e95e83f" and "36588e38f6c3e210506ec1b85294d640c550c9e7" have entirely different histories.
e7d4e2221c
...
36588e38f6
@ -76,7 +76,7 @@ impl<T: Clone> Matrix<T> {
|
|||||||
self.data
|
self.data
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Creates a new `Vec<T>` containing the matrix data (cloned).
|
/// Creates a new Vec<T> containing the matrix data (cloned).
|
||||||
pub fn to_vec(&self) -> Vec<T> {
|
pub fn to_vec(&self) -> Vec<T> {
|
||||||
self.data.clone()
|
self.data.clone()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user