Discussion 解説
Use this initializer to create an array by converting an MLData
with an underlying type of MLData
. You can confirm the data value’s underlying type by retrieving a non-nil
value from dictionary
or by inspecting the type
property.
このイニシャライザを使って配列を作成してください、MLData
をある基礎をなす型のMLData
で変換することによって。あなたは、データ値のもつ基礎をなす型を確認することが、非nil
値をdictionary
から回収することによって、またはtype
プロパティを調査することによって可能です。
This initializer is equivalent to init(from:)
.
このイニシャライザは、init(from:)
に等しいです。