Function Socket.sendObjTo

send an entire object over an unconnected socket

void sendObjTo(T) (
  auto ref const(T) data,
  ref const(SockAddr) dst,
  int flags = 0,
  Timeout timeout = Timeout.infinite
) @nogc @trusted;

void sendObjTo(T) (
  auto ref const(T) data,
  ref const(SockAddr) dst,
  Timeout timeout
) @nogc @safe;