1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 17:55:41 +08:00
2019-07-11 18:26:29 +08:00

13 lines
104 B
Lua

-- @idea add list lua api
-- pop({list})
local list = {}
function list.pop(l)
end
return list