Revision Difference
table.IsEmpty#511838
<function name="IsEmpty" parent="table" type="libraryfunc">⤶
<description>⤶
Returns whether or not the given table is empty.⤶
⤶
This works on both sequential and non-sequential tables, and is a lot faster to use than &lt;pre class="inline"&gt;table.Count(tbl) == 0&lt;/pre&gt;.⤶
</description>⤶
<realm>Shared and Menu</realm>⤶
<args>⤶
<arg name="tab" type="table">Table to check</arg>⤶
</args>⤶
<rets>⤶
<ret name="" type="boolean">Is empty</ret>⤶
</rets>⤶
</function>⤶
⤶