serializeCstring

Service function, used for serializeling of protocol messages. Data strings are passed without trailing nulls.

@safe pure nothrow
int
serializeCstring
(
scope ubyte[] to
,
scope const string s
)

Meta