You make a new protocol with the semantics you want (eg. NSNumberConvertible
) and conform the types you want to it.
1 Like
You make a new protocol with the semantics you want (eg. NSNumberConvertible
) and conform the types you want to it.