heapless icon indicating copy to clipboard operation
heapless copied to clipboard

Add method drain for Vec, like std::vec::Vec?

Open remme123 opened this issue 2 years ago • 1 comments

std drain retures a new struct Drain, but heapless can drop the drained data by using method copy_within & truncate.

remme123 avatar Jan 07 '23 07:01 remme123

Sounds useful, could you make a PR for the feature?

korken89 avatar Jan 10 '23 08:01 korken89