Assume that i have a proc like this
proc myProc( a : auto) =
#need to check what the type of a, I am expecting an int, float, string.
# do some operations
RunHow can i check the type of a ?
Assume that i have a proc like this
proc myProc( a : auto) =
#need to check what the type of a, I am expecting an int, float, string.
# do some operations
RunHow can i check the type of a ?