Mapset
Mapset is a term used primarily in mathematics to denote a set whose elements are maps (functions) between fixed sets. If X and Y are sets, Map(X,Y) denotes the collection of all functions from X to Y; a mapset S is any subset of Map(X,Y) or a collection of such functions that satisfy a chosen property (for example, continuity or linearity). The notation Y^X is also used for Map(X,Y).
Examples and variants: If X has n elements and Y has m elements, there are m^n distinct
Relation to computer science: In programming contexts, map usually means a data structure that associates keys
In category theory and type theory, maps are morphisms; the collection of morphisms from X to Y
See also: function, function space, mapping, hom-set, mapping space, data structure.