1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 02:05:40 +08:00

chore(dict): add dict function

This commit is contained in:
wsdjeg 2022-06-20 09:22:59 +08:00
parent db5d569d0d
commit 2953eec05c

View File

@ -50,6 +50,19 @@ function M.print( tbl , level, filteDefault)
end
function M.make(d)
end
function M.swap(d)
end
function M.make_index(list, ...)
end
return M