SnowballCapacity

public enum SnowballCapacity : String, CustomStringConvertible, Codable

Undocumented

  • t50

    Undocumented

    Declaration

    Swift

    case t50 = "T50"
  • t80

    Undocumented

    Declaration

    Swift

    case t80 = "T80"
  • Undocumented

    Declaration

    Swift

    case t100 = "T100"
  • t42

    Undocumented

    Declaration

    Swift

    case t42 = "T42"
  • t98

    Undocumented

    Declaration

    Swift

    case t98 = "T98"
  • t8

    Undocumented

    Declaration

    Swift

    case t8 = "T8"
  • Undocumented

    Declaration

    Swift

    case nopreference = "NoPreference"
  • Declaration

    Swift

    public var description: String { get }