positiveRange
@ExperimentalSince(version = KotoolsTypesVersion.V4_4_0)
The range of positive values a NonZeroInt can have.
Here's an example of calling this property from Kotlin code:
println(NonZeroInt.positiveRange) // [1;2147483647]
Content copied to clipboard
Please note that this property is not available yet for Java users.