On Tuesday, 25 July 2017 at 21:06:25 UTC, unDEFER wrote:
I have found the answer in the code. Right code is:Import imp = m.isImport(); if (imp !is null) Thank you.
grep for kluge in code, you'll find all the places it does its own RTTI.
Nicholas Wilson via Digitalmars-d-learn Tue, 25 Jul 2017 16:31:09 -0700
On Tuesday, 25 July 2017 at 21:06:25 UTC, unDEFER wrote:
I have found the answer in the code. Right code is:Import imp = m.isImport(); if (imp !is null) Thank you.
grep for kluge in code, you'll find all the places it does its own RTTI.