Nemerle Documentation

ICollection.Map Method 

Maps the supplied function to the elements of this collection, creating a new collection.

ICollection Map(
   Func1 f
);

See Also

ICollection Interface | Nemerle.Collections Namespace