On 2/1/2017 8:12 AM, Chris Wright wrote:
OTOH I haven't seen anyone distribute a D library with .di files
druntime uses a lot of header-only imports, including for D code. (The gc, for example, is not presented as source code to the compiler.)
Walter Bright via Digitalmars-d Wed, 01 Feb 2017 13:03:53 -0800
On 2/1/2017 8:12 AM, Chris Wright wrote:
OTOH I haven't seen anyone distribute a D library with .di files
druntime uses a lot of header-only imports, including for D code. (The gc, for example, is not presented as source code to the compiler.)