Casting elements of an array #614
-
I'm attempting to cast individual elements of an array but not having much success. The result of the cast does not implement |
Beta Was this translation helpful? Give feedback.
Answered by
rubenvanassche
Feb 9, 2024
Replies: 1 comment 2 replies
-
Write a custom cast which takes in the whole array and then casts the individual elements, there isn't another way to solve this as far as I'm aware of. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
TomAdam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Write a custom cast which takes in the whole array and then casts the individual elements, there isn't another way to solve this as far as I'm aware of.