SocketSet.this

Create a SocketSet with a specific initial capacity (defaults to FD_SETSIZE, the system's default capacity).

class SocketSet
pure nothrow
this
(
size_t size = FD_SETSIZE
)

Meta