Files
wow_Meta/api/next.lua
2025-05-04 15:15:00 +02:00

10 lines
229 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param t table
---@param key value
---@return value nextKey
---@return value nextValue
---Returns the next key/value pair in a table
function next(t, key) end