给定一个如下所示的字典:
`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)
给定一个如下所示的字典:
`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)
还有一个快速、简短的解决方案:
不确定是否优雅,但这应该可行
至于优雅,这个相当优雅