A few Phobos projects: @safe, dip1000, public examples, properly documented functions, ...
Dukc
ajieskola at gmail.com
Tue Jan 30 08:08:14 UTC 2018
On Monday, 29 January 2018 at 17:51:40 UTC, Seb wrote:
> - All high-level code should be usable in @safe
This is not currently possible with functions that take a
delegate parameter, including opApply. (without sacrificing
genericity)
A DIP could be made so that the function infers it's attributes
from a delegate argument, but that's so much added complexity
that it's debatable whether it would be worth it.
More information about the Digitalmars-d
mailing list