From the NannyMUD documentation

LAST CHANGE

2000-12-14

FUNCTION


NAME

        mappingp - Is it a mapping?.

SYNTAX

  int mappingp(mixed map)

RETURN VALUES

  Return 1 if the argument 'map' is a mapping, or 0 if it is not.

SEE ALSO

        intp in efun/type_related/intp

SEE ALSO

        stringp in efun/type_related/stringp

SEE ALSO

        objectp in efun/type_related/objectp

SEE ALSO

        pointerp in efun/type_related/pointerp

SEE ALSO

        mkmapping in efun/type_related/mkmapping

SEE ALSO

        m_indices in efun/type_related/m_indices

SEE ALSO

        m_values in efun/type_related/m_values

SEE ALSO

        m_delete in efun/type_related/m_delete

SEE ALSO

        m_sizeof in efun/type_related/m_sizeof