(
Size: a a a
(
BP
BP
BP
(
@Suppress("NON_PUBLIC_PRIMARY_CONSTRUCTOR_OF_INLINE_CLASS")
inline class NotZeroInt internal constructor(val value: Int)
fun Int.notZero(): NotZeroInt? = this.takeUnless { it == 0 }?.let(::NotZeroInt)
KD
BP
@Suppress("NON_PUBLIC_PRIMARY_CONSTRUCTOR_OF_INLINE_CLASS")
inline class NotZeroInt internal constructor(val value: Int)
fun Int.notZero(): NotZeroInt? = this.takeUnless { it == 0 }?.let(::NotZeroInt)
(
(
kotlin.Result
так и работаетBP
BP
VP
BP
BP
(
I
kotlin.Result
так и работает(
AM
AM
AM