Replies: 1 comment
-
It's been a while since I've spent time on Carp stuff, so I'll need to look into this again when I do so, but in the meantime here's some info that might help:
Hope this helps for now, and I'll try to get back to some of this stuff soon! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to check if a value
x
andy
are from the same type when called, so I can do something different if they're equal or different.I tried
Dynamic.type
, but it didn't worked for me (the compiler either runs forever (I'm using the latest release) or it errors withCan't find symbol `x`
).So, it is currently possible?
Beta Was this translation helpful? Give feedback.
All reactions