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
?
October 25 Copy-on-Write wrapper of std.typecons.RefCounted | ||||
---|---|---|---|---|
| ||||
October 26 Re: Copy-on-Write wrapper of std.typecons.RefCounted | ||||
---|---|---|---|---|
| ||||
Posted in reply to Per Nordlöw | On Friday, 25 October 2024 at 18:19:27 UTC, Per Nordlöw wrote: >Has anybody been able to partially or completely extend I think the key enabler is opDispatch. |
Copyright © 1999-2021 by the D Language Foundation