Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information