-
I'm not getting
Why would the |
Beta Was this translation helpful? Give feedback.
Answered by
metaleap
Jun 29, 2024
Replies: 1 comment 1 reply
-
Thanks to @vyzo pointing out in chat that |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
metaleap
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks to @vyzo pointing out in chat that
is-Foo?
would be the test to use for these interface-impl checks, rather thanFoo?
— thus, problem solved. =)