Functions
The following functions are available globally.
-
Get Unique
operator. It helps in getting unique shared expressions from two arrays. Content oflhsarray will be checked in terms on uniqueness. The operator does check is there is any shared expression inlhsthat is presented inrhs. If element fromlhsis not inrhsthen this element is correct and is returned in new array which is a result of this operation.Declaration
Swift
func <! (lhs: [SharedExpression], rhs: [SharedExpression]) -> [SharedExpression]
View on GitHub
Functions Reference