Bryan MacLeeverified
•
12 hours
•
in Articles
• 2 min read
I am Jack's match.
I am the question Jack asks about a value that could be more than one thing.
He has an order. It is exactly one of five things, and he wrote the list himself.
type Order:enum = { Cart, Paying, Paid, Shipped, Refunded }
There...