!

val Int.!: Int

Extension property to calculate the factorial of an integer.

Return

The factorial of the integer.

Receiver

The integer to calculate the factorial of.

Throws

if the integer is negative.