libtmux Reference MCP Search
On this page

RegexPattern.Options.formSymmetricDifference(_:)

View as Markdown

Module
RegexPattern
Declared in
Options
Package
libtmux-swift
formSymmetricDifference(_:) ( other : Self ) ()
method [source]
method [source]
formSymmetricDifference(_:)

Replaces this set with a new set containing all elements contained in either this set or the given set, but not in both.

This method is implemented as a ^ (bitwise XOR) operation on the two sets' raw values.

  • Parameter other: An option set.

0 declared, 0 inherited

Esc

Type to search.