You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, this is definitely a weak spot. With the current implementation you have two choices:
use the as operator, which is basically the built-in escape hatch and let's you do what ever you want.
create another extenstion asArrayofRut() which is going to cleanest approach if you have a lot of these. You could use it to encapsulate the as operator.
This is probably more a question than a request.
I have a type called
Rut
.I created a generator for it so you can do:
How can I do if I need an array of
Rut
s?Something similar to:
The text was updated successfully, but these errors were encountered: