Skip to content

Instance Method

requireParameterCount(_:)

Throws an error if the parameter count does not equal the supplied number n.
func requireParameterCount(_ n: Int) throws