26 - Free Functions
Functions that are defined outside of contracts are called “free functions” and always have implicit internal visibility. Their code is included in all contracts that call them, similar to internal library functions.
- Function Defined -> Outside Contracts
- Contract Functions vs. Free Functions
- Code Included in All Calling Contracts
- Similar -> Internal Library Functions -> Rarely Seen