dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
SList.remove_by_predicate
cachetools
containers
lists
SList
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
Source
See Implementation
cachetools
containers
lists
SList
aliases
allocator
opSlice
destructors
~this
functions
back
clear
empty
front
insertBack
insertFront
length
opAssign
popFront
range
remove_by_predicate
manifest constants
_freelist_len_max
postblits
this(this)
structs
_Node
variables
_first
_freelist
_freelist_len
_last
_length
remove items by predicate