long

fun <S> long(    name: String,     min: Long = -Long.MAX_VALUE,     max: Long = Long.MAX_VALUE): DefaultArgumentConstructor<S, LongArgumentType>

Creates a long argument with name as the parameter name.

Author

Oliver-makes-code (Emma)

Parameters

min

the minimum value.

max

the maximum value.