Function ModelMap.each

Allows applying a delegate over the values of the mapping.

Prototype

auto each(
  void delegate(TValue) f
);

Parameters

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