Purely out of idle curiosity, any idea where the `...
# compose
z
Purely out of idle curiosity, any idea where the
AnnotatedString
APIs are headed? Something similar to the legacy Span APIs, where a span can do everything from draw behind text to handle clicks (e.g. for links in text), and you can define custom span types?
AnnotatedString.Item
seems like it could potentially handle all those cases.
1