CodePage.isAscii

Test a text array to see if it contains non-ascii elements. Returns true if ascii, false otherwise

struct CodePage
static
bool
isAscii
(
const(char)[] src
)

Meta