Searched refs:_digitAt_ (Results 1 – 1 of 1) sorted by relevance
437 constexpr uint8_t _digitAt_(const T (&s)[N], const size_t n) { in _digitAt_() function446 return (_digitAt_(s, n) << 4) + _digitAt_(s, n + 1); in _hexByteAt_()