Discussion 議論
This subscript returns nil
unless the specified attribute exists, and is present and identical for the entire attributed string or substring. To find portions of the string with consistent attributes, use the runs
property.
この添え字(subscript)は、指定された属性が存在しないならばnil
を返します、そして属性付き文字列または下位文字列の全体のために存在してそして同一的です。文字列の一部分を持続的属性で見つけるには、runs
プロパティを使ってください。
Getting or setting stringwide attributes with this subscript has O(n)
behavior in the worst case, where n
is the number of runs.
文字列全体にわたる属性をこの添え字で取得および設定することは、O(n)
挙動を最悪の場合には持ちます、そこでn
はrunsの数です。