Open cdesouza-chromium opened 8 hours ago
Quite a few functions in wallet would benefit of being made to use string_view, to allow more constexpr around when handling strings.
string_view
constexpr
Description
Quite a few functions in wallet would benefit of being made to use
string_view
, to allow moreconstexpr
around when handling strings.