On 11/12/2021 4:31 AM, Steven Schveighoffer wrote: > One of the prerequisites to doing reference counting is to have a mutable piece > of data inside an immutable piece of data. Or maybe just give up on having immutable ref counted objects. Ref counted objects are mutable.