engine.core.strings

Undocumented in source.

Members

Enums

isString
eponymoustemplate isString(T)

Is true if the specified type T is a string

Functions

toDString
string toDString(T str)

Convert any type of string to a engine usable string

toEngineString
dstring toEngineString(T str)

Convert any type of string to a engine usable string

toWin32String
wstring toWin32String(T str)

Convert any type of string to a windows compatible UTF16 string

Meta