ddc ~loc-offset (2022-03-28T17:00:24.1812298)
Dub
Repo
tooCostly
dmd
inlinecost
Determine if too expensive to inline.
pure nothrow
bool
tooCostly
(
int
cost
)
Parameters
cost
int
cost of inlining
Return Value
Type:
bool
true if too costly
Meta
Source
See Implementation
dmd
inlinecost
functions
inlineCostExpression
inlineCostFunction
isInlinableNestedAggregate
tooCostly
manifest constants
COST_MAX
Determine if too expensive to inline.