Package kotlin.internal

Annotations

Native
1.7

IntrinsicConstEvaluation

When applied to a function or property, enables a compiler optimization that evaluates that function or property at compile-time and replaces calls to it with the computed result.

annotation class IntrinsicConstEvaluation