User-defined literal for convenient String construction.
Auto-detects encoding: if any byte is > 0x7F the literal is decoded as UTF-8, otherwise it is treated as Latin1.
using namespace promeki::literals;
Dynamic array container wrapping std::vector.
Definition list.h:40
Encoding-aware string class with copy-on-write semantics.
Definition string.h:35