Why std.array : array needs pure postblit?

Andrea Fontana nospam at example.com
Fri Jun 15 11:15:03 UTC 2018


Check this code:
https://run.dlang.io/is/PoluHI

It won't work, because array appender requires a pure postblit.

Why? Can we remove this limitation?

Andrea


More information about the Digitalmars-d-learn mailing list