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

std::std.collections.std.collections.List.RemoveIf

Method RemoveIf:monkey:monkey.types.Int( condition:monkey:monkey.types.Bool(T) )

Removes all values in the list that fulfill a condition.

Parameters
cond cond Condition to test.