Skip to content

table.isempty

Jason Perkins edited this page May 26, 2015 · 3 revisions

Returns true if the table is empty, and contains no indexed or keyed values.

table.isempty(tbl)

Parameters

tbl is the table to be tested.

Return Value

True if the table is empty.

Availability

Premake 5.0 or later.

Clone this wiki locally