Anything
The type Anything is the upper type for any data types. If a function has Anything as input, all data types are accepted. As an example, the function Take Subset, where it does not matter what type of data is passed. It will always return a part of this data set. Further, so-called "generic functions" can be found in the namespace "gen".