-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add long-to-boolean conversion methods to KiwiPrimitives
* Add BooleanConversionOption enum, which specifies how numeric values (not just long) should be converted to boolean values * Add overloaded booleanFromLong methods: one accepts a long argument and uses the ZERO_OR_ONE conversion option, the second accepts long and BooleanConversionOption arguments. Closes #1053
- Loading branch information
1 parent
a3e28e2
commit dbc0694
Showing
2 changed files
with
89 additions
and
3 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