Libertas OS API Documentation
    Preparing search index...

    Type Alias LuaPairsKeyIterable<TKey>

    LuaPairsKeyIterable: 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.