Skip to content

v1.1.3: Make string parsing CTFEable

Choose a tag to compare

@Geod24 Geod24 released this 22 Aug 03:52

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.