Nemerle Documentation
List.Remove Method
Returns list l without elements equal to x.
public static
list
Remove(
list
l
,
object
x
);
See Also
List Class
|
Nemerle.Collections Namespace