"Would you like fries with that?"
"True"
You'd never talk like this in real life would you? Well neither should your code!
NopeYep frees you from the artificial constraints of boolean semantics in Swift and allows you to truly express your true binary values.
let friesWithThat: Bool = "yep" // truelet isPineapplePizzaGood: Bool = "nope" // falselet gifWithHardG: Bool = "🤷🏼♂️" // random true or falseFull list of values here.