fast ~master (2019-01-11T17:14:26Z)
Home
Dub
Repo
asString
fast
cstring
Returns the given
ptr
up to but not including the \0 as a
char
[]
.
@
nogc
nothrow @
trusted
pure
inout
(
char
)[]
asString
(
inout
(
char
*)
ptr
)
Meta
Source
See Implementation
fast
cstring
functions
asString
charPtr
string2wstring
string2wstringSize
wcharPtr
wstring2string
wstring2stringSize
Returns the given ptr up to but not including the \0 as a char[].