SList.remove

Removes the first instance of value found in the list.

struct SList(T)
nothrow @trusted
bool
remove
(
V
)
()

Return Value

Type: bool

true if a value was removed.

Meta