ModelMap.each

Allows applying a delegate over the values of the mapping.

class ModelMap(TKey, TValue)
each
(
void delegate(
TValue
)
f
)

Parameters

f
Type: void delegate(
TValue
)

a delegate which is applied to each value in the mapping.

Meta