Other Functions Reference
The following functions are available globally.
-
+(_:From TealiumPrismCore_: ) Allows use of plus operator for DataObject.
Declaration
Swift
public func + (lhs: DataObject, rhs: DataObject) -> DataObject -
+=(_:From TealiumPrismCore_: ) Extend the use of += operators to DataObject.
Declaration
Swift
public func += (left: inout DataObject, right: DataObject)