Replies: 1 comment 3 replies
-
Have a look at |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a struct
Scalar
that should take in an integer value, and then optionally two moreScalar
s. Here's my current implementation:If the contents of the
Tuple
s wereInt
s, this works fine - but as soon as I change them toScalar
s, Mojo crashes with a segmentation error, even though all types are valid.How can I fix this, or is there some other way to implement this? Thanks in advance.
Edit:
See this reply for details.
Beta Was this translation helpful? Give feedback.
All reactions