subscript(String.Index) -> Character
Accesses the character at the given position.
与えられた位置で文字にアクセスします。
var last: Character?
The last element of the collection.
コレクションの最後の要素。
func randomElement () -> Character?
Returns a random element of the collection.
コレクションのある無作為の要素を返します。
func randomElement <T>(using: inout T) -> Character?
Returns a random element of the collection, using the given generator as a source for randomness.
コレクションのある無作為な要素を返します、与えられた生成子を無作為さの出典として使って使います。