https://issues.dlang.org/show_bug.cgi?id=8008
--- Comment #12 from [email protected] --- (In reply to Nick Treleaven from comment #8) > Yes, but this is already pervasive in Phobos. I suggest to not make the situation worse. > Probably not noticeably. I don't believe this much. They are all templates with different length and type, and array literals are everywhere. > Inlining small template functions by default might be nice, This ER isn't asking for a template function. Don't try to replace features that should be built-in with tons of templates, you end like the std.typecons.Tuple fiasco. --
