Closed becheran closed 2 years ago
It should be possible to use the rust RawVec struct instead of Vec. This will save the not needed Len usize member variable
Does not make much sense. Vec contains all functionality that Grid mimics
It should be possible to use the rust RawVec struct instead of Vec. This will save the not needed Len usize member variable