-
-
Notifications
You must be signed in to change notification settings - Fork 620
table.isempty
starkos edited this page Apr 10, 2021
·
3 revisions
This wiki is no longer being maintained.
Returns true if the table is empty, and contains no indexed or keyed values.
table.isempty(tbl)
tbl
is the table to be tested.
True if the table is empty.
Premake 5.0 or later.