You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improve handling of non-numeric values in isNumber<T> (#168)
* improve handling of non-numeric values in isNumber<T>
previously, an exception was thrown and caught when isNumber<T> was
called on a non-numeric Slice.
now, this exception is avoided and the case is handled with a simple
initial value type check instead.
* make it more efficient
0 commit comments