array idioms

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Feb 25 14:31:52 PST 2011


On 2/25/11, spir <denis.spir at gmail.com> wrote:
> But where is this func
> implemented?

DMD\dmd2\src\druntime\src\rt\aaA.d

_aaDel && _aaDelX

And then in object.d:
extern (C)
{
    // from druntime/src/compiler/dmd/aaA.d
    ...
    void _aaDel(void* p, TypeInfo keyti, ...);
    ...
}

I don't really know how it gets called since I don't see any explicit
calls to this function. This probably requires more insight into how
druntime and dmd work together.


More information about the Digitalmars-d-learn mailing list