doesNotDivide

infix fun Int.doesNotDivide(other: Int): Boolean

Is the integer not dividable

Receiver

Int

Return

Boolean

Parameters

other

Int