nonempty icon indicating copy to clipboard operation
nonempty copied to clipboard

Use swap_remove in from_vec?

Open GnomedDev opened this issue 1 year ago • 0 comments

.remove(0) has to copy all elements back, but I'm wondering if ordering could be sacrificed by using swap_remove instead, or another method construction method that uses swap_remove

GnomedDev avatar Jan 27 '24 12:01 GnomedDev