On Friday, 23 June 2017 at 10:52:25 UTC, Stefan Koch wrote:
string GenString(bla, blubb)
That still keeps string (an associative array) as a runtime symbol thus requires druntime. How can I remove the string-y part?
Moinak Bhattacharyya via Digitalmars-d Fri, 23 Jun 2017 04:06:39 -0700
On Friday, 23 June 2017 at 10:52:25 UTC, Stefan Koch wrote:
string GenString(bla, blubb)
That still keeps string (an associative array) as a runtime symbol thus requires druntime. How can I remove the string-y part?