There was an error while loading. Please reload this page.
melon.table
Contains table helpers melon
melon.table.Insert(table, any, number?) -> number
Identical to table.insert(), except the index value is last so it can be omitted it easily
table.insert()
melon.table.Pop(table) -> any?
Removes the last element from the table
melon.table.Top(table) -> any?
Gets the top value of the table