2.26 Performance Hints: begin-encourage-inline
The bindings documented in this section are provided by the racket/performance-hint library, not racket/base or racket.
syntax
(begin-encourage-inline form ...)
Attaches a 'compiler-hint:cross-module-inline
syntax property to each form, which is useful when a
form is a function definition. See define-values.