Inline function instruct compiler to insert complete body of the
function wherever that
function got
used in code. It also save overhead of variables push/pop on the stack, while
function calling. It also save overhead of return call from a
function.
read more >>