Sequence doesn't provide cheap way to know its siz...
# announcements
i
Sequence doesn't provide cheap way to know its size property or get an element at the position, while CharSequence requires such operations to be implemented, so you either have to convert Sequence<Char> to some CharSequence, for example String or StringBuilder,