I need to create a generic function in the protocol and use the default implementation in the extension. It should use item as an enumeration: RawRepresentable, where RawValue == String always. I t
I need to create a generic function in the protocol and use the default implementation in the extension. It should use item as an enumeration: RawRepresentable, where RawValue == String always. I t