• Gets the item by the specified key from the dictionary.

    Type Parameters

    • K

    Parameters

    • key: K

      Key to get.

    Returns (<V>(m) => Option<V>)

    Related value with the key if exists, or None if not.

      • <V>(m): Option<V>
      • Type Parameters

        • V

        Parameters

        • m: Map<K, V>

        Returns Option<V>

Generated using TypeDoc