FUNCTIONS symdiff Syntax COLLECTION | symdiff COLLECTION Example: {{ slice 1 2 3 | symdiff (slice 3 4) }} The above will print [1 2 4]. Also see https://en.wikipedia.org/wiki/Symmetric_difference See Also intersect union append group complement