Function join

  • Join ilists together into a string.

    Returns

    "${k₀}=${v₀},${k₁}=${v₁}..." | [kᵢ, vᵢ] ∈ x

    Type Parameters

    • K

    • V

    Parameters

    • x: ILists<K, V>

      ilists

    • sep: string = ','

      separator [,]

    • asc: string = '='

      associator [=]

    Returns string

Generated using TypeDoc