Skip to content

Commonest

Returns the most frequent elements of a list.

$ wo 'Commonest[{1, 2, 2, 3, 3, 3}]'
{3}