MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 1 | SYNOPSIS: |
| 2 | int mappingp(mixed arg) |
| 3 | |
| 4 | DESCRIPTION: |
| 5 | Return 1 if the argument is a mapping, or 0 if it is not. |
| 6 | |
| 7 | SEE ALSO: |
| 8 | intp(E), stringp(E), objectp(E), pointerp(E), mkmapping(E), |
| 9 | m_indices(E), m_values(E), m_delete(E), sizeof(E) |