local packers = setmetatable({}, { __index = function (t, k) error("pack '" .. k .. "' is unimplemented") end })