canInlineFunction

Determine if function can be inline'd. Used to decide to save a function's intermediate code for later inlining.

nothrow @safe @trusted
bool
canInlineFunction

Parameters

sfunc Symbol*

function to check

Return Value

Type: bool

true if sfunc can be inline'd.

Meta