local M = {}
function M.entrys(d)
end
function M.pick(d, keys)
local new_d = {}
for key, value in pairs(d) do
return new_d
return M