Mode

public enum Mode : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case standard = "standard"
  • Undocumented

    Declaration

    Swift

    case highPerformance = "high-performance"
  • Declaration

    Swift

    public var description: String { get }