Traverse the individual characters in strict Text
.
>>>
anyOf text (=='o') "hello"
True
When the type is unambiguous, you can also use the more general each
.
text
≡ unpacked
. traversed
text
≡ each
Note that when just using this as a Setter
, setting
map
can
be more efficient.