Type alias LuaPairsIterable<TKey, TValue>

LuaPairsIterable<TKey, TValue>: Iterable<[TKey, TValue]> & LuaIterationExtension<"Pairs">

Represents an object that can be iterated with pairs() For more information see: https://typescripttolua.github.io/docs/advanced/language-extensions

Type Parameters

  • TKey extends AnyNotNil

    The type of the key returned each iteration.

  • TValue

    The type of the value returned each iteration.

Generated using TypeDoc