Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up`between` could coerce bounds num to int if possible #3517
Comments
|
adding check |
Not sure but this might be regression, we did not have
verbosebefore so cannot easily confirm.If a bound arg is numeric, then input is coerced to numeric
only if all three arguments are integers then processing continue on integers
I think we should handle that and coerce
4into4L. The only problem I think about is thatloweranduppercan be vectors, so checking forisReallyRealmight be expensive?