kkudi Asked: 2025-02-12 17:39:18 +0800 CST 将 kdb 字典转换为列表 6 给定一个如下所示的字典: `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) dictionary