We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
9417884
The following code now compiles successfully:
static immutable BitBlob!256 AtCTFE = BitBlob!256(`0x....`);
Before it was erroring out due to enumerate not being CTFEable.
enumerate