list:split-3d

说明:列表按顺序切分为3元素表组成的表,不足部分用nil表示

用法:
 (list:split-3d lst)

参数:1 lst : 列表;

返回值:((x x x )(x x x)...)

示例:
(list:split-3d '(1 2 3 4))