socketrange

Input/Output range wrapper for Socket.

Members

Structs

SocketInputRange
struct SocketInputRange(T)

Input range of T

SocketOutputRange
struct SocketOutputRange(E = void)

Output range wrapper

SocketRange
struct SocketRange(In, Out = In)

Input/Output range of In

Meta