We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
string.gmatch
nodiscard
1 parent c6549d9 commit c8e9a4aCopy full SHA for c8e9a4a
meta/template/string.lua
@@ -51,6 +51,7 @@ function string.format(s, ...) end
51
---@param s string
52
---@param pattern string
53
---@return fun():string, ...
54
+---@nodiscard
55
function string.gmatch(s, pattern) end
56
---#else
57
0 commit comments