mud/lib/doc/efun/mappings/m_indices
2020-09-06 05:43:07 -07:00

12 lines
249 B
Plaintext

m_indices - return the keys of a mapping
array m_indices(mapping);
This efun is only available if COMPAT_32 is defined. It behaves exactly
the same as keys().
See also:
keys
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere