libwasm ~master (2024-01-10T15:05:21Z)
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
isPrintable
memcmp
string2wstring
string2wstringSize
strlen
wcharPtr
wstring2string
wstring2stringSize
Returns the given ptr up to but not including the \0 as a char[].