Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(tablefunctions): make copy and invert functions, not methods (…
…#2726) These methods can never actually be used as methods, because tables do not automatically share a metatable like classes do. Thus `tbl:copy()` does not know to look in `table` to find `copy()`. This commit doesn't actually change any functionality, it just makes it clearer how to use the functions.
- Loading branch information