We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deque::storage_len
len
Storage
history_buf::OldestOrdered
Queue::capacity
Queue::storage_capacity
spsc
View
SortedLinkLinst
Iter
FindMut
SortedLinkedList
Vec
storage_capacity
capacity
const
String
The text was updated successfully, but these errors were encountered:
LenType
No branches or pull requests
Deque::storage_len
tolen
: Implement DequeView on top of #486 #490 (comment)Storage
generic onhistory_buf::OldestOrdered
. The view version can become the version that is always used: Remove generic from history_buf::OldestOrdered #570Queue::capacity
andQueue::storage_capacity
should be changedspsc
: The iterators, consumers and producers should be made to only have theView
variants: De-monomorphize spsc consumer and producer #571SortedLinkLinst
:Iter
andFindMut
should be made to only exist in theView
version:SortedLinkedList
: Keep only the view versions ofIter
andFindMut
#540Vec
: renamestorage_capacity
tocapacity
and remove theconst
versionVec
: renamestorage_capacity
tocapacity
and remove theconst
version #538SortedLinkedList
removing unit error type: SortedLinkedList::pop: change return type to match std::vec::pop #532Vec
andString
removing unit error type: Remove allow(clippy::result_unit_err) #533The text was updated successfully, but these errors were encountered: