Definition

inl is an abbreviation for 'inline', which in programming refers to embedding the body of a function directly where the function is called, or a way of defining a value or function that is included directly in the source code at the place of use.