types
/
kotools.types.number
/
IntHolderDsl
/
intOrNull
common
int
Or
Null
open infix fun
intOrNull
(value:
Int
):
T
?
Content copied to clipboard
Returns the
value
as a type
T
, or returns
null
if it fails.