On 11/14/2021 12:04 PM, H. S. Teoh wrote: > Given D's emphasis on generic code, (1) seems like the only viable > option. Which makes const in D even narrower in scope than ever. C++ const doesn't actually work, which is why C++ ref counted objects can be const.