Function isEmpty

  • Check if a map is empty.

    Type Parameters

    • K

    • V

    Parameters

    • x: Map<K, V>

      a map

    Returns boolean

    |x| = 0?

Generated using TypeDoc