From the D Blog: A Pattern for Head-mutable Structures

9il ilyayaroshenko at gmail.com
Sat Jun 27 09:51:23 UTC 2020


On Thursday, 25 June 2020 at 11:55:14 UTC, Mike Parker wrote:
> Simen Kjærås outlines an approach to supporting head-mutable 
> types in D without the need for compiler or language changes.
>
> The blog:
> https://dlang.org/blog/2020/06/25/a-pattern-for-head-mutable-structures/
>
> Reddit:
> https://www.reddit.com/r/programming/comments/hfkq5e/a_pattern_for_headmutable_structures_in_d/
>
> I've also submitted it to HN (please use the search box):
>
> https://news.ycombinator.com/newest

Good stuff. If this pattern will be accepted to language design 
the same way as Ranges API then Mir will adopt it to extend the 
current lightConst/lightImmutable features.

Ilya



More information about the Digitalmars-d-announce mailing list