Expand description
Heapless vector utilities
Functionsยง
- extend_
safe - Extend a heapless vector from an iterator with error handling
- find_
index - Find the index of an item in a heapless vector
- insertion_
sort - Sort a heapless vector using insertion sort (good for small vecs)
- push_
safe - Safely push an item to a heapless vector
- remove_
item - Remove an item by value from a heapless vector
- try_
from_ slice - Create a heapless vector from a slice with error handling