Gitiles
Code Review
Sign In
gerrit.morgengrauen.info
/
mudlib-public
/
6fb07c72b0e127f1ce32f920f5e3470470fecb1e
/
.
/
doc
/
efun
/
mappingp
blob: fef2ac7395075e803859b84328042922780afcc2 [
file
] [
log
] [
blame
]
SYNOPSIS
:
int
mappingp
(
mixed arg
)
DESCRIPTION
:
Return
1
if
the argument
is
a mapping
,
or
0
if
it
is
not
.
SEE ALSO
:
intp
(
E
),
stringp
(
E
),
objectp
(
E
),
pointerp
(
E
),
mkmapping
(
E
),
m_indices
(
E
),
m_values
(
E
),
m_delete
(
E
),
sizeof
(
E
)