https://issues.dlang.org/show_bug.cgi?id=12448 --- Comment #3 from bearophile_hugs at eml.cc --- (In reply to Robert Schadek from comment #2) > no const or in needed the compiler already warns Generally in idiomatic D all arguments have be in/const/immutable, unless they can't :-) --