inline
– In programming, referring to a function call replaced with an instance of the function's body. Actual arguments are substituted for formal parameters. An inline function is usually done as a compile-time transformation to increase the efficiency of the program.
1