Skip to content

ScreenCast: Actually remove streams from list

Gabriel Souza Franco requested to merge work/gbs/remove_if-doesnt-remove into master

remove_if doesn't actually remove anything, it only places matching elements at the back of the list.

Merge request reports