std.collections.List.RemoveEach - nitrologic/monkey2 GitHub Wiki
std::std.collections.std.collections.List.RemoveEach
Method RemoveEach:monkey:monkey.types.Int( value:T )
Removes all values in the list equal to a given value.
| Parameters | |
|---|---|
value |
value The value to remove. |