(N) :
In computing, inline expansion, or inlining, is a manual or compiler optimization that replaces a function call site with the body of the called function.
(N) :
In computing, inline expansion, or inlining, is a manual or compiler optimization that replaces a function call site with the body of the called function.