The manual warns against
Interacting with the contents or methods of Core.Inference in any way.
in generated functions. Does this mean that I cannot call Base._return_type
? What can go wrong?
Can I call a function that does the same computation for me using Base._return_type
, but it is defined outside (and before) the generated function?