Get the last character in the string.
Declared in <llvm/ADT/StringRef.h>
<llvm/ADT/StringRef.h>
[[nodiscard]] char back() const;
The last character.
The return value should not be discarded.