tooCostly

Determine if too expensive to inline.

pure nothrow @safe
bool
tooCostly
(
int cost
)

Parameters

cost int

cost of inlining

Return Value

Type: bool

true if too costly

Meta