Find the values that appear most often. 📘
Rest
a list of numbers
[xₘ₁, xₘ₂, ...] | count(xₘᵢ) ≥ count(xᵢ) ∀ xᵢ ∈ xs
Generated using TypeDoc
Find the values that appear most often. 📘