recv

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

Meta