-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cordyceps): added new push_back and pop_front methods to list (#198
) This PR adds some nice-to-have methods as detailed in [this issue](#186). Changes: * New `push_back` method * New `pop_front` method * Tests for each method Small change but hope it's good :D Closes #186 * feat(cordyceps): added new push_back and pop_front methods to list * test(cordyceps): added missing checks to push_back test * test(cordyceps): added tests for new methods to fuzz_linked_list proptest. updated documentation to clarify the List can now be used as a stack or Doubly-Linked List * lint(cordyceps): run rustfmt Co-authored-by: Graham Keenan <[email protected]>
- Loading branch information
1 parent
85d5b00
commit c555772
Showing
1 changed file
with
132 additions
and
8 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