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

Implement Array pop_back() #668

Closed gavv closed 5 months ago

gavv commented 6 months ago

core::Array has push_back() method.

It would be convenient to add complementary method:

void pop_back();

New method should be covered with tests.

anurag10 commented 5 months ago

Would like to pick this too because it seems a dependency for my another task #issue 669

gavv commented 5 months ago

Thanks!