IO_URING_OP_SUPPORTED

Indicating that OP is supported by the kernel

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

Meta