xxxxxxxxxx
import std.ascii, std.algorithm, std.range, std.stdio, std.utf;
void main() @nogc nothrow pure @safe
{
auto s = "aaa";
s.byCodeUnit.all!isHexDigit;
}