Copy-on-Write wrapper of std.typecons.RefCounted

Per Nordlöw per.nordlow at gmail.com
Fri Oct 25 18:19:27 UTC 2024


Has anybody been able to partially or completely extend 
`std.typecons.RefCounted(T)` to transparently do copy-on-write 
(CoW) when calling non-const members of `T`?


More information about the Digitalmars-d-learn mailing list