Ellery Newcomer wrote: > Is it just me, or does ldc handle gratuitous use of ~= much more poorly > than dmd? Yes, LDC did ~= by doing length += 1 and then assigning the last element. ;) I changed it to use the appropriate runtime function. Please try again with: http://www.incasoftware.de/~kamm/ldc/ldc-0.9.2-x86_64-rc2.tbz2 Christian