Initial community commit
This commit is contained in:
21
Src/external_dependencies/openmpt-trunk/include/premake/website/docs/table.isempty.md
vendored
Normal file
21
Src/external_dependencies/openmpt-trunk/include/premake/website/docs/table.isempty.md
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
Returns true if the table is empty, and contains no indexed or keyed values.
|
||||
|
||||
|
||||
```lua
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user