• Checks whether the dictionary is empty.

    Type Parameters

    • K

    • V

    Parameters

    • m: Map<K, V>

      To be checked.

    Returns boolean

    Whether the dictionary has no elements.

Generated using TypeDoc