March 29, 2018
Hi all,

I've been documenting how the postblit works [1] and discovered that it has some major issues when used with qualifiers. I will try to come up with an alternative design, but until then, anyone interested please take look and modify/add anything you find suitable.

Cheers,
RazvanN

[1] https://dlang.org/spec/struct.html#struct-postblit
March 29, 2018
On Thursday, 29 March 2018 at 09:15:56 UTC, RazvanN wrote:

> I've been documenting how the postblit works [1] and discovered that it has some major issues when used with qualifiers.

Perhaps you're already aware, but there was discussion about that a while back: https://forum.dlang.org/thread/mailman.581.1520247475.3374.digitalmars-d-announce@puremagic.com?page=3

I'm pleased to hear it's being worked on.