Zesstra | d59c389 | 2019-11-28 20:53:39 +0100 | [diff] [blame] | 1 | SYNOPSIS |
| 2 | int mappingp(mixed arg) |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 3 | |
Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame^] | 4 | DESCRIPTION |
| 5 | Returns 1 if the argument is a mapping, or 0 if it is not. |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 6 | |
Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame^] | 7 | SEE ALSO |
| 8 | mkmapping(E), m_indices(E), m_values(E), m_add(E), m_delete(E), |
| 9 | sizeof(E), widthof(E), bytesp(E), clonep(E), closurep(E), |
| 10 | coroutinep(E), floatp(E), intp(E), lpctypep(E), lwobjectp(E), |
| 11 | objectp(E), pointerp(E), referencep(E), stringp(E), structp(E), |
| 12 | symbolp(E) |