Skip to content

Does this iterator has same implementations in ICU? #90

@DamonsJ

Description

@DamonsJ

hi, I want to ask a question about this code :

let afnd = s.nfd();
for item in afnd {
       println!("afnd : {:?},{:?}", item.0 , item.1);
 }

what does the second part(item.1) in the item variable means ?
does the iterator has same implementations in ICU?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions