Skip to content

Simple extensions of conversion between Bool and Int values.

License

Notifications You must be signed in to change notification settings

imaizume/Boonary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boonary

CI Status Version License Platform

Simple extensions of conversion between Bool and Int values.

Example

Bool to Int

print(false.binary) // 0
print(true.binary)  // 1

Int to Bool

print(0.boolean!) // false
print(1.boolean!) // true
print(2.boolean)  // nil

Installation

pod 'Boonary'

Author

Tomohiro Imaizumi, [email protected]

License

Boonary is available under the MIT license. See the LICENSE file for more info.

About

Simple extensions of conversion between Bool and Int values.

Resources

License

Stars

Watchers

Forks

Packages

No packages published