Sea.table
From WoWWiki
This article is a part of the documentation of the Sea function library
A library in Sea, Sea.table contains various table lookup functions. An alias for Sea.table is Sea.list.
Functions in Sea.table
- getValueIndex - returns the key associated with the value of the table
- Alias: getIndexInList
- getKeyList - returns a list of the keys in the table
- isInTable - returns true if the key exists in the table
- Alias: isInList
- isStringInTableValue - returns true if the string passed exists in any string value of the table
- Alias: isWordInList
- push - places an item at the end of a table
- pop - removes and returns the item from the front of the table
- copy - copies a table recursively
- isEquivalent - compares two tables by values
