Function modes

  • Find the values that appear most often.

    Parameters

    • Rest ...xs: bigint[]

      a list of bigints

    Returns bigint[]

    [xₘ₁, xₘ₂, ...] | count(xₘᵢ) ≥ count(xᵢ) ∀ xᵢ ∈ xs

Generated using TypeDoc