std
:
std.collections
.
List<T>
.RemoveEach
Method RemoveEach:
Int
( value:T )
Removes all values in the list equal to a given value.
Parameters
value
value The value to remove.