StructureAttributed
AttributedString.Runs.Index
No overview available. 概要は利用可能でありません。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
struct AttributedString
.Runs
.Index
Topics 話題
Type Aliases 型エイリアス
Instance Methods インスタンス メソッド
Operator Functions 演算子関数
static func ... (AttributedString.Runs.Index) -> PartialRangeFrom<AttributedString.Runs.Index>
Returns a partial range extending upward from a lower bound.
下側の境界から上方に拡張している部分的な範囲を返します。
static func ... (AttributedString.Runs.Index) -> PartialRangeThrough<AttributedString.Runs.Index>
Returns a partial range up to, and including, its upper bound.
それの上側の境界までの、そしてそれを含む部分的な範囲を返します。
static func ... (AttributedString.Runs.Index, AttributedString.Runs.Index) -> ClosedRange<AttributedString.Runs.Index>
Returns a closed range that contains both of its bounds.
それの境界の両方を含む完結範囲を返します。
static func ..< (AttributedString.Runs.Index) -> PartialRangeUpTo<AttributedString.Runs.Index>
Returns a partial range up to, but not including, its upper bound.
それの上側の境界までの、しかしそれを含んでいない、部分的な範囲を返します。
static func ..< (AttributedString.Runs.Index, AttributedString.Runs.Index) -> Range<AttributedString.Runs.Index>
Returns a half-open range that contains its lower bound but not its upper bound.
それの下側の境界は含むがそれの上側の境界はそうしない半開範囲を返します。
static func <= (AttributedString.Runs.Index, AttributedString.Runs.Index) -> Bool
Returns a Boolean value indicating whether the value of the first argument is less than or equal to that of the second argument.
最初の引数の値が2番目の引数のそれより少ないまたは等しいかどうかを指し示すブール値を返します。
static func == (AttributedString.Runs.Index, AttributedString.Runs.Index) -> Bool
Returns a Boolean value indicating whether two values are equal.
2つの値が等しいかどうかを指し示すブール値を返します。
static func > (AttributedString.Runs.Index, AttributedString.Runs.Index) -> Bool
Returns a Boolean value indicating whether the value of the first argument is greater than that of the second argument.
最初の引数の値が2番目の引数のそれより大きいかどうかを指し示すブール値を返します。
static func >= (AttributedString.Runs.Index, AttributedString.Runs.Index) -> Bool
Returns a Boolean value indicating whether the value of the first argument is greater than or equal to that of the second argument.
最初の引数の値が2番目の引数のそれより大きいまたは等しいかどうかを指し示すブール値を返します。