On Monday, 15 January 2018 at 06:18:27 UTC, SimonN wrote:
D's foreach and D's ranges will autodecode and silently iterate over dchar, not char
foreach doesn't do it silently, decoding must be requested from it by explicitly specifying element type, it can also encode this way.