Nats.publishRequest

Undocumented in source. Be warned that the author may not have intended to support it.
class Nats
@safe nothrow
void
publishRequest
(
T
)
(
scope const(char)[] subject
,
scope const(T)[] payload
,)
if (
is(Unqual!T == ubyte) ||
is(Unqual!T == char)
)

Meta