typealias ListFormatStyle.Width.RawValue
The raw type that represents values for all cases.
全てのケース節に対する値それらを表す生の型。
Availability 有効性
Technology
enum ListFormatStyle
<Style, Base>.Width : Int
, Codable
typealias ListFormatStyle.Width.RawValue
case narrow
case short
case standard
init(from: Decoder)
RawValue
is Int
.
新しいインスタンスをこの与えられたデコーダからデコードすることによって作成します、型のもつRawValue
がInt
である場合。
init?(rawValue : Int)
var hashValue : Int
var rawValue : Int
func encode(to: Encoder)
RawValue
is Int
.
この値をその与えられたデコーダへとデコードします、その型のもつRawValue
がInt
である場合。
func hash(into: inout Hasher)
static func != (ListFormatStyle<Style, Base>.Width, ListFormatStyle<Style, Base>.Width) -> Bool
var width: ListFormatStyle<Style, Base>.Width
var listType : ListFormatStyle<Style, Base>.ListType
enum ListFormatStyle.ListType
var locale: Locale
func locale(Locale) -> ListFormatStyle<Style, Base>