Skip to main content

Module magic_function

Module magic_function 

Source

Structsยง

MagicFunction
MagicFunction is an abstract base class in C++. In Rust, we model this as a struct containing function pointers (vtable) to allow custom typechecking logic for builtins.