Libertas OS API Documentation
    Preparing search index...

    Variable LuaSet

    LuaSet: new <T extends AnyNotNil = AnyNotNil>() => LuaSet<T> & LuaExtension<
        "TableNew",
    >

    A convenience type for working directly with a Lua table, used as a set.

    For more information see: https://typescripttolua.github.io/docs/advanced/language-extensions

    The type of the keys used to access the table.