Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Determines if an array contains a particular value.
table.contains(arr, value)
arr is a table containing indexed elements. value is the value for which to search.
arr
True if the array contains the value, false otherwise.
Premake 4.4 or later.