Protocols
The following protocols are available globally.
-
Instances of conforming types can be unified such that they represent to the same value.
See moreDeclaration
Swift
public protocol UnifiableType
-
Instances of conforming types can be copied such if values
See moref
andg
are unified, then copiesf'
andg'
will also be unified, but the copies will not be unified with te original values.Declaration
Swift
public protocol ContextCopyable