A collection of code units encoded in the encoding specified in source
.
source
において指定されたエンコーディングでエンコードされたコード単位からなるコレクション。
Generic Initializerinit(decoding:
init(decoding:as:)
Creates a string from the given Unicode code units in the specified encoding.
与えられたユニコード単位から指定されたエンコーディングで文字列を作成する。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
init<C, Encoding>(decoding codeUnits: C, as sourceEncoding: Encoding.Type) where C : Collection
, Encoding : _UnicodeEncoding , C.Element
== Encoding.CodeUnit
Parameters パラメータ
codeUnits
Encoding Encoding sourceEncoding
The encoding in which
code
should be interpreted. それでUnits code
が解釈されるべきエンコーディング。Units