A D implementation of the Python difflib module's sequence matcher.
    mark 
    mark at qtrac.eu
       
    Wed Feb 12 09:40:24 UTC 2020
    
    
  
I've just completed my first D package:
http://code.dlang.org/packages/ddiff
It is a straight port, so it isn't at all functional-style.
I'd be happy and interested if anyone could show me how to 
replace some/all of the for[each] loops (without reducing 
performance), or for any other code improvements that would make 
it more idiomatic D.
    
    
More information about the Digitalmars-d-learn
mailing list