On Tuesday, 5 November 2013 at 20:19:03 UTC, Namespace wrote:

And what is with the return type? It's a struct. You must import it.

You don't have to import it. The layout of the struct isn't going to change any time soon. Just copy/paste the definition into your code. Or import it if you want. It's just that the original definition of this stuff is in a portion of Druntime that was never intended to be published to a location where the module could be imported by users.

Reply via email to