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
import Foundation | |
// The life of a developer using Phantom Types | |
enum Eating {} | |
enum Coding {} | |
enum Sleeping {} | |
struct Transition<From, To> { } |
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
🏁 🍇 | |
150 ➡️ offer | |
100 ➡️ minPrice | |
200 ➡️ maxPrice | |
💭 Edit the condition below: | |
↪️ 🤜 offer ▶️ minPrice 🤛 🤝 🤜 offer ◀️ maxPrice 🤛 🍇 | |
😀 🔤Offer accepted!🔤❗️ | |
🍉 |
NewerOlder