Structs§
- Zero
Copy Vec ZeroCopyVecis a custom vector implementation which forbids post-initialization reallocations. The size is not known during compile time (that makes it different from arrays), but can be defined only once (that makes it different fromVec).