6#include <system/string.h>
7#include <system/decimal.h>
14inline System::String operator"" _s(
const char16_t* str, std::size_t length)
24inline System::Decimal operator"" _d(
const char* str, std::size_t length)
Represents a decimal number. This type should be allocated on stack and passed to functions by value ...
Definition: decimal.h:107
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122