https://issues.dlang.org/show_bug.cgi?id=16256
--- Comment #1 from joeyemmons at yahoo.com ---
Actually it seems to have nothing to do with it being a dstring and more to do
with it just being a range... Same thing happens if you do
log(map!"a"("123456789"));
--