When adding the line
dflags "-checkaction=context" platform="dmd"
to my dub.sdl I get compilation errors related to unpure assert
calls in member functions of, for instance, iota and
std.array.join, std.format.format.
Is this intentional, @wilzbach?