On 10/8/13 8:45 PM, Walter Bright wrote: > On 10/8/2013 8:38 PM, Andrei Alexandrescu wrote: >> Only Levenshtein distance produces garbage in std.algorithm. > > Perhaps the documentation should reflect that: > > http://dlang.org/phobos/std_algorithm.html#levenshteinDistance I'll need to fix the function to use RefCounted. Andrei