SList.removeAll

Remove all occurrences of a given value.

struct SList(T)
size_t
removeAll
()

Parameters

value T

the value to remove.

Return Value

Type: size_t

The number of items removed from the list.

Meta