-
-
Notifications
You must be signed in to change notification settings - Fork 640
table.filterempty
starkos edited this page Apr 10, 2021
·
3 revisions
This wiki is no longer being maintained.
Removes empty strings or nil values from an array, in place.
table.filterempty(arr)arr is the array of values to be filtered.
Returns arr with any empty strings or nil values removed.
Premake 5.0 or later.