Protocol

StringProtocol

A type that can represent a string as a collection of characters. 文字列を文字のコレクションとして表すことができる型。

Declaration 宣言

protocol StringProtocol where Self.Element == Character, Self.Index == String.Index, Self.StringInterpolation == DefaultStringInterpolation, Self.SubSequence : StringProtocol

Overview 概要

Do not declare new conformances to StringProtocol. Only the String and Substring types in the standard library are valid conforming types. 新しい準拠事項をStringProtocolに宣言しないでください。StringSubstring型だけが標準ライブラリにおいて有効な準拠する型です。

Topics 話題

Associated Types さまざまな関連型

Initializers イニシャライザ

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

Operator Functions 演算子関数

See Also 参照

Related String Types 関連した文字列型