SList.remove_by_predicate

remove items by predicate

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

Meta