The function returns an unordered sequence that consists of all distinct items such that every of source sequences contains every of the resulting items.
Duplicates are removed, including duplicate occurrences of same value in one sequence, the decision whether two values duplicate each other is made according rules used by distinct() function.
The function returns a sequence of distinct values.