std.collections.List.Remove - nitrologic/monkey2 GitHub Wiki

std::std.collections.std.collections.List.Remove

Method Remove:monkey:monkey.types.Bool( value:T )

Removes the first value in the list equal to a given value.

Parameters
value value The value to remove.