https://issues.dlang.org/show_bug.cgi?id=3561
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #6 from Vladimir Panteleev <[email protected]> --- Let's just close. This was requested 6 years ago. Today a better approach would be a template function which e.g. applies an unary function over a static array. Hard-coding the functionality into abs seems like a suboptimal direction to take today, as there is no special logic to this that is specific to abs and would not apply to any other unary function. --
