send

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto send(SocketHandle sock, const(T)* buffer, size_t len, uint flags)
  2. auto send(SocketHandle sock, const(T)[] buffer, uint flags)
    pragma(inline)
    send
    (
    T
    )
    (,
    const(T)[] buffer
    ,
    uint flags = 0
    )
    if (
    T.sizeof == 1
    )

Meta