On Tuesday, 28 January 2025 at 13:01:56 UTC, DLearner wrote:
Is there a definitive list somewhere of standard library functions that work with -betterC?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); } ```
I think Mir is compatible with betterC. Maybe some of its functionality will be useful to you.
http://mir-algorithm.libmir.org/