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

OutputClass.encode(to:)

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

API reference · Markdown

OutputClass.encode(to:) ( to : any Encoder ) → ()
method
method
OutputClass.encode(to:)

Inherited from RawRepresentable.encode(to:)

Encodes this value into the given encoder, when the type's RawValue is String.

This function throws an error if any values are invalid for the given encoder's format.

  • Parameter encoder: The encoder to write data to.
Esc

Type to search.