Function tail

  • Get a map without its first entry (default order).

    Type Parameters

    • K

    • V

    Parameters

    • x: Map<K, V>

      a map

    Returns Map<K, V>

    x \ {[k₀, v₀]} if x ≠ Φ else x | [k₀, v₀] ∈ x

Generated using TypeDoc