Instance Property インスタンスプロパティ

isAtEnd

Flag that indicates whether the receiver has exhausted all significant characters. レシーバが全ての有意文字を使い果たしたかどうかを指し示すフラグ。

Declaration 宣言

var isAtEnd: Bool { get }

Discussion 議論

true if the receiver has exhausted all significant characters in its string, otherwise false. true、レシーバがそれの文字列の中の全ての有意文字を使い果たすならば、そうでなければfalse

If only characters from the set to be skipped remain, returns true. スキップされる集合からの文字だけが残るならば、trueを返します。

See Also 参照

Related Documentation 関連文書