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

RegexPattern.Options.rawValue

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
Source
Sources/LibTmux/RegexPattern.swift
rawValue : let rawValue: UInt8
property [source]
property [source]
rawValue

The corresponding value of the raw type.

A new instance initialized with rawValue will be equivalent to this instance. For example:

enum PaperSize: String { case A4, A5, Letter, Legal }

let selectedSize = PaperSize.Letter print(selectedSize.rawValue) // Prints "Letter"

print(selectedSize == PaperSize(rawValue: selectedSize.rawValue)!) // Prints "true"

0 declared, 0 inherited

Esc

Type to search.