This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
Last Updated: 7/21/2021 12:25 AM | |
Last Change: Updated to include new synapse hookmetamethod | |
[ | |
- `__len` (# operator) returns raw object from wrapped objects | |
- #obj returns the unwrapped version of the object | |
- `__call` returns the __self table | |
Ex: __self = obj() |