leafo.net/guides/function-cloning-in-lua.html

Have you ever considered whether functions in Lua are mutable or not. In Lua, objects are mutable because properties and metatables can be changed. Strings and numbers are examples of types that aren’t mutable: string library functions return n...


Comments (0)

Sign in to post comments.