Kotools Types
3.2.0
4.5.3
4.5.2
4.5.1
4.5.0
4.4.2
4.3.1
4.2.0
4.1.0
4.0.1
3.2.0
2.0.0
1.3.1
common
Kotools Types
/
kotools.types
/
ExplicitInt
Explicit
Int
interface
ExplicitInt
Representation of explicit integers.
Functions
Inheritors
Functions
to
Int
Link copied to clipboard
abstract
fun
toInt
(
)
:
Int
Returns this value as an
Int
.
to
String
Link copied to clipboard
abstract
override
fun
toString
(
)
:
String
Returns this value as a
String
.
Inheritors
NegativeInt
Link copied to clipboard
NonZeroInt
Link copied to clipboard
PositiveInt
Link copied to clipboard
StrictlyNegativeInt
Link copied to clipboard
StrictlyPositiveInt
Link copied to clipboard