On Sunday, 6 September 2015 at 15:41:34 UTC, Namal wrote:
is there any function that removes double elements in a sorted array?

std.algorithm.iteration.uniq

http://dlang.org/phobos/std_algorithm_iteration.html#uniq

Reply via email to