list:split-2d

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

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

参数:1 lst : 列表;

返回值:

示例: