list:remove-duplicate-keys

说明:删除点对表中重复的key,即子表中第一个元素唯一。

用法:
 (list:remove-duplicate-keys lst)

参数:1 lst : 列表;

返回值:

示例: