Wesley de Groot's BlogTag: ExpressibleByStringLiteral
The ExpressibleByStringLiteral protocol is a powerful feature in Swift that allows us to create custom types directly from string literals. Essentially, i
ExpressibleByStringLiteral