Function skeleton

Source
pub fn skeleton(s: &str) -> impl Iterator<Item = char> + '_
Expand description

Calculate skeleton for string, as defined by UTS 39