I don't fully understand the recently introduced -vgc compiler
switch. Is it expected for this code to not cause any warnings?
void main() {
import std.bitmanip;
BitArray a;
a.length = 100;
Bye,
bearophile
switch. Is it expected for this code to not cause any warnings?
void main() {
import std.bitmanip;
BitArray a;
a.length = 100;
Bye,
bearophile