syntax
( begin-encourage-inline form...)
The begin-encourage-inline form is also provided by the (submod racket/performance-hintbegin-encourage-inline ) module, which has fewer dependencies than racket/performance-hint.
Changed in version 6.2 of package base: Added the (submod racket/performance-hintbegin-encourage-inline ) submodule.
syntax
( define-inline idexpr)
head = id| (headargs)args = arg...| arg....rest-idarg = arg-id| [arg-iddefault-expr]| keywordarg-id| keyword[arg-iddefault-expr]
The define-inline form may interfere with the Racket compiler’s own inlining heuristics, and should only be used when other inlining attempts (such as begin-encourage-inline ) fail.
Changed in version 8.1.0.5 of package base: Changed to treat misapplication as a run-time error.