The function returns an unordered sequence that consits of all distinct items such that every of source sequences contains every of the resulting items.
Duplicates are removed, including duplicate occurences 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.