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
Hey, could you please help me converting map values to seq?
I have this yml:
System:
0: one
2: two
3: three
5: five
and I want to have a array/seq of these values to further process it with array operators, like shuffle or [0]. However, no matter what I do, I get several strings:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, could you please help me converting map values to seq?
I have this yml:
and I want to have a array/seq of these values to further process it with array operators, like shuffle or [0]. However, no matter what I do, I get several strings:
What i want is to have a seq of these scalars:
Beta Was this translation helpful? Give feedback.
All reactions