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 List::insert_after() #682

Closed gavv closed 4 months ago

gavv commented 5 months ago

core::List has insert_before() method.

It would be convenient to implement complementary insert_after().

New method should be covered with tests.

veronikaro commented 5 months ago

Could you please assign me?

gavv commented 5 months ago

Welcome, thanks!

gavv commented 4 months ago

Landed.