Is there a way in julia to find the complete type of a function or union?
Currently if I use typeof on a function, It just returns Function and typeof on a union just returns UnionType.
Is there a way in julia to find the complete type of a function or union?
Currently if I use typeof on a function, It just returns Function and typeof on a union just returns UnionType.