Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

RegexPattern.Options.symmetricDifference(_:)

Swift
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift

View as Markdown

Module
RegexPattern
Declared in
Options
Package
libtmux-swift
symmetricDifference(_:) ( other : Self ) → Self
method
method
symmetricDifference(_:)

Inherited from OptionSet.symmetricDifference(_:)

Returns a new option set with the elements contained in this set or in the given set, but not in both.

  • Parameter other: An option set.
  • Returns: A new option set with only the elements contained in either this set or other, but not in both.

0 declared, 0 inherited

Esc

Type to search.