Get the string size.
Declared in <llvm/ADT/StringRef.h>
<llvm/ADT/StringRef.h>
[[nodiscard]] constexpr size_t size() const;
Number of characters in the string.
The return value should not be discarded.