AckeeCZ / ACKategories

Swift tools, cocoa subclasses and extensions.
MIT License
56 stars 13 forks source link

Safe `Double` to `Int` #110

Closed olejnjak closed 2 years ago

olejnjak commented 2 years ago

Add Int extensions, that allow safe conversion of floating types to Int so conversion doesn't crash.

Checklist