7
// Note that truncation pays attention to codepoints only! This may truncate in the middle of a
8
// grapheme cluster.
10
>
if len(s) <= n {
14
>
}
17
>
}
19
}