send

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. int send(socket_t s, const(void)* buf, int len, int flags)
  2. int send(socket_t s, const(void)* buf, size_t len, int flags)
    version(!Win32)
    package extern (C)
    int
    send
    (,
    const(void)* buf
    ,,
    int flags
    )

Meta