boxedValue

expect val <T : Any> T.boxedValue: Any?

Underlying property value of a value class or self.

The type of the return might also be a value class!

actual val <T : Any> T.boxedValue: Any?

Underlying property value of a value class or self.

The type of the return might also be a value class!