pub fn analyze<I>(chars: I) -> Analyze<I::IntoIter> ⓘwhere I: IntoIterator, I::IntoIter: Clone, I::Item: Borrow<char>,
Returns an iterator yielding unicode properties and boundary analysis for each character in the specified sequence.