zigself
zigself copied to clipboard
Unify `Actor` with `ActorObject`
There is no reason to keep these objects separate, and it just causes more confusion. Now that we have the convenience types in runtime.value which allows us to encapsulate things like pointers in Values, we should be able to move all the members of Actor onto the heap.