scriptlike v0.9.3 (2015-08-19T21:58:48Z)
Home
Dub
Repo
Ext.toRawString
scriptlike
Ext
Convert to string, wstring or dstring, depending on the type of Ext.
struct
Ext
(C = char)
immutable
(
C
)[]
toRawString
(
)
if
(
is
(
C
==
char
) ||
is
(
C
==
wchar
)
||
is
(
C
==
dchar
)
)
Meta
Source
See Implementation
scriptlike
Ext
constructors
this
functions
opCmp
opEquals
toRawString
toString
Convert to string, wstring or dstring, depending on the type of Ext.