Replies: 2 comments
-
I don't see how. You can't have |
Beta Was this translation helpful? Give feedback.
0 replies
-
@svick I'm not so sure but I remember (maybe wrong) that IL could return sequence and load back in sequence Still one way I'm quite sure it possible is returning a tuple of pointer and cast back to multiple ref var |
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.
-
Just an idea that , without really using
Tuple
type. I think we might be able to return multiple reference with tuple syntaxThe concept is. It does not have a real tuple object. But it force the caller to always deconstruct multiple reference returned from function sequentially
I suspect that IL could be able to do it?
Beta Was this translation helpful? Give feedback.
All reactions