getParagraphStart(_:end:contentsEnd:for:)
Returns by reference the beginning of the first paragraph and the end of the last paragraph touched by the given range.
Declaration
func getParagraphStart(_ start: UnsafeMutablePointer<Self.Index>, end: UnsafeMutablePointer<Self.Index>, contentsEnd: UnsafeMutablePointer<Self.Index>, for range: some RangeExpression<String.Index>)