The OpenD Programming Language

ISerializer.putStringPart

Puts string part. The implementation allows to split string unicode points.

interface ISerializer
@safe pure scope
void
putStringPart
(
scope const(char)[] value
)

Meta