Function swash::text::analyze

source ·
pub fn analyze<I>(chars: I) -> Analyze<I::IntoIter> 
where I: IntoIterator, I::IntoIter: Clone, I::Item: Borrow<char>,
Expand description

Returns an iterator yielding unicode properties and boundary analysis for each character in the specified sequence.