MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / digits_set

Function digits_set

include/stringzilla/stringzilla.hpp:332–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330inline byteset ascii_printables_set() { return byteset {ascii_printables(), sizeof(ascii_printables())}; }
331inline byteset ascii_controls_set() { return byteset {ascii_controls(), sizeof(ascii_controls())}; }
332inline byteset digits_set() { return byteset {digits(), sizeof(digits())}; }
333inline byteset hexdigits_set() { return byteset {hexdigits(), sizeof(hexdigits())}; }
334inline byteset octdigits_set() { return byteset {octdigits(), sizeof(octdigits())}; }
335inline byteset punctuation_set() { return byteset {punctuation(), sizeof(punctuation())}; }

Callers 4

is_alnumMethod · 0.85
is_digitMethod · 0.85
is_alnumMethod · 0.85
is_digitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…