int widthof (mapping map)
Returns the number of values per key of mapping <map>.
If <map> is 0, the result is 0.
mapping m = ([ "foo": 1,2 ]);
widthof(m) --> returns 2
Introduced in LDMud 3.2.6.
sizeof(E), mkmapping(E), m_reallocate(E), m_values(E), unmkmapping(E)