func index(of: Character) -> Index?
Returns the first index where the specified value appears in the collection.
指定された値がコレクションにおいて現れるところの最初のインデックスを返します。
init(stringInterpolation : DefaultStringInterpolation)
Creates a new instance from an interpolated string literal.
新しいインスタンスを補間文字列リテラルから作成します。
init(stringLiteral : String)
Creates an instance initialized to the given string value.
与えられた文字列値へ初期化されるインスタンスを作成します。
init(unicodeScalarLiteral : String)
Creates an instance initialized to the given value.
与えられた値に初期化されるインスタンスを作成します。
var customPlaygroundQuickLook : _PlaygroundQuickLook
A custom playground Quick Look for the
String
instance.
String
インスタンスのためのあつらえのプレイグラウンド「クイックルック」。
func withContiguousStorageIfAvailable <R>((UnsafeBufferPointer<Character>) -> R) -> R?
Executes a closure on the sequence’s contiguous storage.