given a dictionary that looks like this:
`a`b`c!((0;3); (1;4); enlist 2)
I'd like to find an elegant way to get the following list as a result:
`a (index 0)
`b (index 1)
`c (index 2)
`a (index 3)
`b (index 4)
One more fast, short solution:
q)where[count each d]iasc raze d
`a`b`c`a`b
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With