For example, the following code fragment (taken from the library docs) does not work with -betterC.
``` extern(C) void main() { import std.container.array;
auto arr = Array!int(0, 2, 3); } ```
DLearner via Digitalmars-d-learn Tue, 28 Jan 2025 05:06:49 -0800
For example, the following code fragment (taken from the library docs) does not work with -betterC.
``` extern(C) void main() { import std.container.array;
auto arr = Array!int(0, 2, 3); } ```