SList.remove_by_predicate

remove items by predicate

struct SList(T, Allocator = Mallocator, bool GCRangesAllowed = true)
bool
remove_by_predicate
@nogc @trusted nothrow
(
scope bool delegate(
T
) @safe @nogc nothrow
f
)

Meta