Const
Higher-order function that returns a function to check if an argument has a length property with a value not between min and max (inclusive).
The length to compare against.
A function that takes an argument and returns true if the argument's length is not between min and max.
Higher-order function that returns a function to check if an argument has a length property with a value not between min and max (inclusive).