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