This is bug or not? (immutable class containing struct with dtor)

Denis Feklushkin feklushkin.denis at gmail.com
Fri Dec 17 18:19:34 UTC 2021


On Friday, 17 December 2021 at 18:01:03 UTC, Tejas wrote:

> I think since `immutable` objects are kept in Read Only Storage

Some of them can be stored in ROM in some cases, but actually 
"immutable" keyword means "not mutable for whole its lifetime"


More information about the Digitalmars-d-learn mailing list