https://issues.dlang.org/show_bug.cgi?id=23091
--- Comment #2 from Walter Bright <[email protected]> --- `string` is (immutable char)[], which is not a C type, and so there's not much of anything C can do with it. --
d-bugmail--- via Digitalmars-d-bugs Sat, 24 Sep 2022 22:17:24 -0700
https://issues.dlang.org/show_bug.cgi?id=23091
--- Comment #2 from Walter Bright <[email protected]> --- `string` is (immutable char)[], which is not a C type, and so there's not much of anything C can do with it. --