heapless icon indicating copy to clipboard operation
heapless copied to clipboard

Use macros to implement traits for `Vec` and `VecView`.

Open reitermarkus opened this issue 1 year ago • 0 comments

Reduce duplicated code by implementing traits for Vec and VecView using macros.

Also add inline to functions that redirect to VecView.

reitermarkus avatar Feb 07 '24 20:02 reitermarkus