https://issues.dlang.org/show_bug.cgi?id=15136 --- Comment #4 from Steven Schveighoffer <schveiguy at yahoo.com> --- (In reply to Steven Schveighoffer from comment #3) > assert(s[5] == 'b'); That should have read str[5], obviously :) --