Libertas OS API Documentation
    Preparing search index...

    Interface ReadonlyLuaSet<T>

    Readonly version of LuaSet.

    interface ReadonlyLuaSet<T extends AnyNotNil = AnyNotNil> {
        __tstlIterable: "PairsKey";
        has: LuaTableHasMethod<T>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    __tstlIterable: "PairsKey"