length -package:vector -package:memory -package:rio -package:pipes-bytestring package:text-short

Count the number of Unicode code-points in a ShortText.
>>> length "abcd€"
5
>>> length ""
0
length t >= 0