Generic Instance Method
総称体インスタンスメソッド
enumerate
enumerateLinguisticTags(in:scheme:options:orthography:invoking:)
No overview available.
Availability
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 10.2+
Technology
- Foundation ファウンデーション
Declaration 宣言
func enumerateLinguisticTags<T, R>(in range: R, scheme tagScheme: T, options opts: NSLinguisticTagger
.Options
= [], orthography: NSOrthography
? = nil, invoking body: (String
, Range
<Self.Index
>, Range
<Self.Index
>, inout Bool
) -> Void
) where T : StringProtocol
, R : RangeExpression
, R.Bound
== String
.Index