---@diagnostic disable: missing-return, lowercase-global ---@meta ---@param aTable table ---@return table emptyTable ---Removes all entries from a table function wipe(aTable) end