AMITypes

public enum AMITypes : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case al2X8664 = "AL2_x86_64"
  • Undocumented

    Declaration

    Swift

    case al2X8664Gpu = "AL2_x86_64_GPU"
  • Undocumented

    Declaration

    Swift

    case al2Arm64 = "AL2_ARM_64"
  • Declaration

    Swift

    public var description: String { get }