Is it possible to add lifetime ownership semantics to a type? i.e. [transfer] tag that transmits ownership across the VTL boundary such that the other side now must delete it, but the receiving DeveloperType is an RAII type that deletes the object upon destruction.
Is it possible to add lifetime ownership semantics to a type? i.e. [transfer] tag that transmits ownership across the VTL boundary such that the other side now must delete it, but the receiving DeveloperType is an RAII type that deletes the object upon destruction.