Namespace: > http://dlang.org/phobos/std_algorithm.html#uniq Just like squeeze, uniq requires the items to be sorted, to remove the duplicates. The function I am discussing here must keep the order of the not removed items. Bye, bearophile