The set of ASCII decimal digits.

Synopsis

Declared in <absl/strings/charset.h>

constexpr
static
CharSet
AsciiDigits();

Return Value

A set containing 0 through 9.

Created with MrDocs