Function SList.remove_by_predicate

remove items by predicate

bool remove_by_predicate (
  scope nothrow @nogc @safe bool delegate(T) f
) nothrow @nogc @trusted;