TIL details about `RawRepresentable` in Swift
This quiz about enums with raw values moved me to read about RawRepresentable. Swift language guide says:
Raw values can be strings, characters, or any of the integer or floating-point number types.
Which isn’t true. To be continued.