Comment on Rust Any part 3: we have upcastsComments−aerzen1yI like rust because Any is inconvenient. It pushes you to implement things with static typing.−striking1yYou may want to review the article linked from within the story. The original motivation here is not just to defeat the typechecker.It begins:Let's say you want to have a wrapper around a boxed any that you can debug.
Comments
I like rust because Any is inconvenient. It pushes you to implement things with static typing.
You may want to review the article linked from within the story. The original motivation here is not just to defeat the typechecker.
It begins: