I'm working on a project where it would be useful to handle the case where I can't determine the MessageKind and I would like to represent it as a non-optional value, ie) .none
MessageKind
.none
Maybe it would be better to call it .unknown ?
.unknown
Most helpful comment
Maybe it would be better to call it
.unknown?