stat:stat

说明:统计列表 lst 中的元素个数。

用法:
 (stat:stat lst)

参数:1 lst : 列表;

返回值:元素和个数组成的点对表

示例:
(stat:stat '(3 a a 2 2)) => ((3 . 1) (A . 2) (2 . 2))