-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(parseutil) Add Safe variants of ParseInt*
These proposed variants allow parsing smaller data types (such as ints) from larger data types (the int64 returned by ParseInt{,Slice}(...)), validating that they are within the requested range prior to casting. With the SafeParseIntRange(...) helper, we also allow validation of the maximum expected number of elements in the slice. Signed-off-by: Alexander Scheel <[email protected]>
- Loading branch information
Showing
2 changed files
with
111 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters