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