mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-21 03:49:59 +00:00
Compare commits
No commits in common. "d9bdf8ee965dbcd624856250c3285bf0ac1ac2e2" and "a61ff8a4e1240c9e87381fc1813e9ea55b230a72" have entirely different histories.
d9bdf8ee96
...
a61ff8a4e1
@ -76,7 +76,7 @@ impl<T: Clone> Matrix<T> {
|
||||
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> {
|
||||
self.data.clone()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user