Initializer

init(from:)

Creates an array from a sequence wrapped in a data value. ある配列をあるデータ値の中にラップされるシーケンスから作成します。

Declaration 宣言

init?(from dataValue: MLDataValue)
Available when Element conforms to MLDataValueConvertible. ElementMLDataValueConvertibleに準拠する時に利用可能です。

Discussion 解説

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

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Converting Between Arrays and Create ML Types 配列間で変換するそしてML型を作成する