Note that the quite common `.inheritable, pure` is unsafe and only for C/C++ 
interop. With `pure` there is no type tag so `of` cannot work and dynamic type 
conversions are unchecked. I know of no useful application of `.inheritable` 
without the `.pure`, better inherit from `RootObj` then.

Reply via email to