Instance Methodswift 6.0.3_RegexParser->Swift
isOnGraphemeClusterBoundary(_:)
func isOnGraphemeClusterBoundary(_ i: String.Index) -> Bool
func isOnGraphemeClusterBoundary(_ i: String.Index) -> Bool
sSS12_RegexParserE27isOnGraphemeClusterBoundaryySbSS5IndexVF
What are these?58P3H
import Swift
import _RegexParser
@frozen struct String
A Unicode string value that is a collection of characters.
@frozen struct Index
A position of a character or code unit in a string.
@frozen struct Bool
A value type whose instances are either true
or false
.
init<Scalars>(_ scs: Scalars) where Scalars : Collection, Scalars.Element == Unicode.Scalar