Operation

public enum Operation : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case replace = "replace"
  • Undocumented

    Declaration

    Swift

    case remove = "remove"
  • Declaration

    Swift

    public var description: String { get }