Logo

Programming-Idioms

This language bar is your friend. Select your favorite languages!
  • Pascal
uses fgl;
m.KeyData[k] := v;

m is a specilazed type of the generic TFPGMap<TKey,TData> prototype.
(assoc m k v)

Returns a new map.

New implementation...