heapless
heapless copied to clipboard
Use macros to implement traits for `Vec` and `VecView`.
Reduce duplicated code by implementing traits for Vec and VecView using macros.
Also add inline to functions that redirect to VecView.