https://issues.dlang.org/show_bug.cgi?id=23726
--- Comment #4 from [email protected] --- Fair enough. I've also noticed that if I include just the declaration (for string, but could be templated) in object.d: ``` ref string _d_arrayappendT(return ref scope string x, scope string y) @trusted; ``` Then it is usable and works in CTFE, but nicely causes a link error if it is used in runtime code (this is what I want). --
