true if the opcode is supported by the running kernel.IoUringFeatures.supportsOpcode
bool supportsOpcode(ubyte opcode) const @safe pure nothrow @nogcCheck whether a specific io_uring opcode is supported.
Parameters
opcode | The IORING_OP_* constant to check. |