MCPcopy 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

1export interface GeneratorIterator {
2 ____coroutine: LuaThread;
3 [Symbol.iterator](): GeneratorIterator;
4 next: typeof generatorNext;
5}

Callers

nothing calls this directly

Implementers 2

Mapsrc/lualib/Map.ts
Setsrc/lualib/Set.ts

Calls

no outgoing calls

Tested by

no test coverage detected