The OpenD Programming Language

FiberSocket.sendTo

The Phobos overloads are still available too, they forward to the overrides in this class and thus work the same way.

  1. ptrdiff_t sendTo(const(void)[] buf, SocketFlags flags, Address to)
  2. ptrdiff_t sendTo(const(void)[] buf, SocketFlags flags)
  3. alias sendTo = typeof(super).sendTo
    import arsd.fibersocket;
    class FiberSocket
    alias sendTo = typeof(super).sendTo

Meta