checkArgumentCount

fun checkArgumentCount(expectedCount: Int)

Assert that the number of arguments in the argsBuffer agrees with the given expected number.

Parameters

expectedCount

The exact number of arguments that should be present.