Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TypeScriptToLua/TypeScriptToLua
/ GeneratorIterator
Interface
GeneratorIterator
src/lualib/GeneratorIterator.d.ts:1–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
GeneratorIterator {
2
____coroutine: LuaThread;
3
[Symbol.iterator](): GeneratorIterator;
4
next: typeof generatorNext;
5
}
Callers
nothing calls this directly
Implementers
2
Map
src/lualib/Map.ts
Set
src/lualib/Set.ts
Calls
no outgoing calls
Tested by
no test coverage detected