Inline

expect annotation class Inline

Annotate a member or function as inlined.

This annotation is currently stubbed directly to Kotlin's JvmInline annotation, but may be expanded or replaced in the future.

actual typealias Inline = JvmInline

Annotate a member or function as inlined.

This annotation is currently stubbed directly to Kotlin's JvmInline annotation, but may be expanded or replaced in the future.