-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sealable-trie: add bits::Owned::push and pop_back methods (#121)
Also, for the time being, change bits::Owned::unshift to panic if length of the slice ends up too long. This is consistant with how Vec handles things and in all places where unshift was used the caller unwrapped the value so this isn’t such a terrible design for now.
- Loading branch information
Showing
2 changed files
with
141 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters