Libertas OS API Documentation
Preparing search index...
tstl
ReadonlyLuaSet
Interface ReadonlyLuaSet<T>
Readonly version of
LuaSet
.
interface
ReadonlyLuaSet
<
T
extends
AnyNotNil
=
AnyNotNil
>
{
__tstlIterable
:
"PairsKey"
;
has
:
LuaTableHasMethod
<
T
>
;
}
Type Parameters
T
extends
AnyNotNil
=
AnyNotNil
The type of the keys used to access the table.
Hierarchy (
View Summary
)
LuaPairsKeyIterable
<
T
>
ReadonlyLuaSet
Index
Properties
__tstl
Iterable
has
Properties
Readonly
__tstl
Iterable
__tstlIterable
:
"PairsKey"
has
has
:
LuaTableHasMethod
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
__tstl
Iterable
has
Libertas OS API Documentation
Loading...
Readonly version of LuaSet.