Open sosthene-nitrokey opened 4 months ago
Deque::storage_len
len
Storage
binary_heap::OldestOrdered
Queue::capacity
Queue::storage_capacity
spsc
View
SortedLinkLinst
Iter
FindMut
Vec
storage_capacity
capacity
const
Deque::storage_len
tolen
: https://github.com/rust-embedded/heapless/pull/490#issue-2383361459Storage
generic onbinary_heap::OldestOrdered
. The view version can become the version that is always used.Queue::capacity
andQueue::storage_capacity
should be changedspsc
: The iterators, consumers and producers should be made to only have theView
variantsSortedLinkLinst
:Iter
andFindMut
should be made to only exist in theView
version.Vec
: renamestorage_capacity
tocapacity
and remove theconst
version