arrow-core / arrow.core.extensions / IntShow
interface ~~IntShow~~ : Show<Int> Deprecated: Show is deprecated in favor of toString(), since Kotlin’s Std doesn’t take Show into account
interface ~~IntShow~~ : Show<
Int
>
open fun
.show():
String
Do you like Arrow?