Gitiles
Code Review
Sign In
gerrit.morgengrauen.info
/
mudlib-public
/
88f12479d30902b0d2c05be41901c96b92a88a77
/
.
/
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
)