VGSTextRange
public struct VGSTextRange
An object representing text range with closed boundaries.
-
Range start index.
Declaration
Swift
public let start: Int?
-
Range end index.
Declaration
Swift
public let end: Int?
-
Initialization.
Declaration
Swift
public init(start: Int? = nil, end: Int? = nil)