SList.remove_by_predicate

Undocumented in source. Be warned that the author may not have intended to support it.
struct SList(T, Allocator = Mallocator)
@nogc @trusted nothrow
bool
remove_by_predicate
(
scope bool delegate
(
T
)
@safe @nogc nothrow
f
)

Meta