Package kotlin.internal
Annotations
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