roc-streaming / roc-toolkit

Real-time audio streaming over the network.
https://roc-streaming.org
Mozilla Public License 2.0
1.02k stars 203 forks source link

Adding List pop_front() and pop_back() #689

Closed as4456 closed 4 months ago

as4456 commented 5 months ago

Addressing https://github.com/roc-streaming/roc-toolkit/issues/667

Adding pop_front and pop_back to core::List
Adding relevant tests
github-actions[bot] commented 5 months ago

:robot: Upon creation, pull request description does not have a link to an issue. If there is a related issue, please add it to the description using any of the supported formats.

github-actions[bot] commented 5 months ago

:robot: The latest upstream change made this pull request unmergeable. Please resolve the merge conflicts.

gavv commented 4 months ago

LGTM, thanks!