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

RegexPattern.Options.formUnion(_:)

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
formUnion(_:) ( other : Self ) → ()
method
method
formUnion(_:)

Inherited from OptionSet.formUnion(_:)

Inserts the elements of another set into this option set.

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

  • Parameter other: An option set.

0 declared, 0 inherited

Esc

Type to search.