StructureString
String.Encoding
No overview available.
Availability
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
struct Encoding
Topics 話題
Type Aliases 型エイリアス
Initializers イニシャライザ
Instance Properties 様々なインスタンスプロパティ
Type Properties 型プロパティ
Relationships 関係
Conforms To 次に準拠
See Also 参照
Related String Types 関連した文字列型
struct Substring
A slice of a string.
ある文字列のスライス。
protocol StringProtocol
A type that can represent a string as a collection of characters.
文字列を文字のコレクションとして表すことができる型。
struct String.Index
A position of a character or code unit in a string.
文字列の中のある文字またはコード単位の位置。
struct String.UnicodeScalarView
A view of a string’s contents as a collection of Unicode scalar values.
ある文字列の内容のひとつの見方、いくらかのユニコードスカラー値のコレクションとして。
struct String.UTF16View
A view of a string’s contents as a collection of UTF-16 code units.
ある文字列の内容のひとつの見方、いくらかのUTF-16コード単位のコレクションとして。
struct String.UTF8View
A view of a string’s contents as a collection of UTF-8 code units.
ある文字列の内容のひとつの見方、いくらかのUTF-8コード単位のコレクションとして。
struct String.Iterator
A type that provides the collection’s iteration interface and encapsulates its iteration state.
そのコレクションの持つ反復インターフェイスを提供してそれの反復状態をカプセル化するある型。