dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
FD_CREATE
core
sys
windows
winsock2
Creates a new
fd_set
with the specified capacity.
version(Windows)
extern (
Windows
) nothrow pure
fd_set
*
FD_CREATE
(
uint
capacity
)
Meta
Source
See Implementation
core
sys
windows
winsock2
functions
FD_CREATE
variables
FD_SETSIZE
Creates a new fd_set with the specified capacity.