SlaMet

public enum SlaMet : String, CustomStringConvertible, Codable

Undocumented

  • yes

    Undocumented

    Declaration

    Swift

    case yes = "yes"
  • no

    Undocumented

    Declaration

    Swift

    case no = "no"
  • nA

    Undocumented

    Declaration

    Swift

    case nA = "n/a"
  • Declaration

    Swift

    public var description: String { get }