Skip to content
New issue

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

cordyceps: pop_front/push_back for List #186

Closed
hawkw opened this issue Jun 3, 2022 · 1 comment
Closed

cordyceps: pop_front/push_back for List #186

hawkw opened this issue Jun 3, 2022 · 1 comment
Labels
kind/enhancement New feature or request

Comments

@hawkw
Copy link
Owner

hawkw commented Jun 3, 2022

right now the cordyceps::List type only has queue-like push_front and pop_back methods. as a doubly-linked list, it stands to reason that we could also add pop_front and push_back, allowing it to be used as a double-ended queue or stack.

@hawkw hawkw added the kind/enhancement New feature or request label Jun 3, 2022
@hawkw
Copy link
Owner Author

hawkw commented Jun 3, 2022

(i currently have no particular need for this, but it Would Be Nice To Have)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant