devxoul / Then

✨ Super sweet syntactic sugar for Swift initializers
MIT License
4.16k stars 290 forks source link

Add extension for basic type? #72

Closed Whirlwind closed 4 years ago

Whirlwind commented 5 years ago

Maybe, we could add many extensions, eg:

extension Bool: Then {}
extension Int: Then {}
extension Optional: Then {}

Is it right?

devxoul commented 4 years ago

Theoretically yes, but why do you need that?