Fields

index: Set.Index = undefined,

The bit index into Set. Has a default value of undefined because the canonical structures are populated via comptime logic.

name: []const u8 = undefined,

Has a default value of undefined because the canonical structures are populated via comptime logic.

llvm_name: ?[:0]const u8,

If this corresponds to an LLVM-recognized feature, this will be populated; otherwise null.

description: []const u8,

Human-friendly UTF-8 text.

dependencies: Set,

Sparse Set of features this depends on.