odd

fun Int.odd(): Boolean
fun Long.odd(): Boolean

checks if the receiver integer is odd number.

Return

Boolean