Is the More Collectiony algorithms section missing its end:?
Seeing the public inclusion of isKnownNFC
and isKnownSingleScalarCharacters
, could this be taken as motivation to also expose isKnownASCII
on String
as proposed here:?
I like this pitch for UTF8Span
very much, but some low-level tasks interface with UI, logging, or other use cases that expect a regular Swift String
. Exposing more low-level APIs on String
directly would reduce the need to convert between these different types and improve performance for use cases where String
would otherwise suffice.