integer
fun <S> integer( name: String, min: Int = -Int.MAX_VALUE, max: Int = Int.MAX_VALUE): DefaultArgumentConstructor<S, IntegerArgumentType>
Content copied to clipboard
Creates an integer argument with name as the parameter name.
Author
Oliver-makes-code (Emma)
Parameters
min
the minimum value.
max
the maximum value.