TLDR is no. Every function in Julia has it’s own type. The simple reason for this is that functions do not have specific input or output types. Consider + what are it’s input and output types?
1 Like
TLDR is no. Every function in Julia has it’s own type. The simple reason for this is that functions do not have specific input or output types. Consider + what are it’s input and output types?