AuROXTL/Include/auROXTL/auUTF8StringView.hpp
Jamie Reece Wilson b1d6eb0d80 [+] AuROString "support"
[+] AuCodepointsTransformASCIIOp
[+] AuCodepointsCount
[+] AuCodepointsNextLength
[+] AuCodepointsDecode
[+] AuCodepointsEncodeInto
[+] AuCodepointsTransform
2024-04-19 09:37:45 +01:00

8 lines
133 B
C++

#pragma once
// TODO:
using AuROString = std::string_view;
using AuUTF8StringView = AuROString;
using AuU8View = AuUTF8StringView;