Contents

ArgumentMatcher.range(argumentName:minimum:maximum:)

A value that indicates that the argument must be present and its numeric value must be within the specified range.

Declaration

case range(argumentName: String, minimum: Double?, maximum: Double?)

Mentioned in

See Also

Set and range matching