SList.remove

Removes the first instance of value found in the list.

struct SList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
@trusted
bool
remove
(
V
)
()

Return Value

Type: bool

true if a value was removed.

Meta