How do I add a method to the table type? I\'m trying to write a method that searches through the values of a table. So far I have.
function table:contains(va
You've added a method to the table library but you haven't given any metatable to table t. There is no automatic connection between table and t.
table
t