https://issues.dlang.org/show_bug.cgi?id=12448
--- Comment #3 from [email protected] --- (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 :-) --
