From the NannyMUD documentation

LAST CHANGE

2000-12-14

FUNCTION


NAME

        m_sizeof - Get the size of a mapping.

SYNTAX

	int m_sizeof(mapping map)

RETURN VALUES

	Return the number of indices (or values) in mapping 'map'.

SEE ALSO

        mappingp in efun/type_related/mappingp

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

        sizeof in efun/type_related/sizeof