Type alias LuaPairsKeyIterable<TKey>

LuaPairsKeyIterable<TKey>: Iterable<TKey> & LuaIterationExtension<"PairsKey">

Represents an object that can be iterated with pairs(), where only the key value is used.

Type Parameters

  • TKey extends AnyNotNil

    The type of the key returned each iteration.

Generated using TypeDoc