from <https://kotlinlang.org/docs/reference/inline...
# announcements
v
from https://kotlinlang.org/docs/reference/inline-functions.html: The inline modifier affects both the function itself and the lambdas passed to it: all of those will be inlined into the call site.