Function ModelMap.set

Set the key to a value.

Prototype

TValue set(
  TKey key,
  TValue value
);