Files
wow_Meta/api/select.lua
2024-12-16 13:13:08 +01:00

8 lines
260 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@param # string
---@param ... list
---@return list ...
---Returns one or more values from a list (...), or the number of values in a list
function select(index, #, ...) end