Source: wikibot/multiset

= Multiset
{wiki=Multiset}

A **multiset**, also known as a bag, is a generalization of a set that allows for multiple occurrences of the same element. In a standard set, each element can appear only once—meaning that sets are collections of distinct objects. In contrast, a multiset can contain the same element more than once, and each element is associated with a count representing its number of occurrences.