IO_URING_OP_SUPPORTED

Indicating that OP is supported by the kernel

version(linux)
@nogc
enum IO_URING_OP_SUPPORTED = 1U << 0;

Meta