Re: ascii-string/char/byte/bytevector predicates
Lassi Kortela 20 Sep 2019 22:52 UTC
> I second for ascii-codepoint.
>
> ascii-byte? suggests there are different kind of "byte"s, which isn't the
> case.
>
> On the same ground I'm not inclined to ascii-bytevector?, but
> ascii-codepoint-bytevector? is too long so I accept it.
They could also be:
* byte-ascii?
* char-ascii?
* bytevector-ascii?
* string-ascii?
Or ascii-byte? could be ascii-integer?