Instance Method インスタンスメソッド

subdata(in:)

Returns a new copy of the data in a specified range. 指定された範囲の中のデータの新しいコピーを返します。

Declaration 宣言

func subdata(in range: Range<Data.Index>) -> Data

Parameters パラメータ

range

The range to copy. コピーする範囲。

See Also 参照

Splitting the Buffer バッファを分割する