Package-level declarations

Types

Link copied to clipboard
expect annotation class Inline

Annotate a member or function as inlined.

actual typealias Inline = JvmInline

Annotate a member or function as inlined.

Link copied to clipboard
expect annotation class Static

Annotate a member or function as static.

actual typealias Static = JvmStatic

Annotate a member or function as static.