DMD's codeview types for arrays

Jascha Wetzel "[firstname]" at mainia.de
Tue Jan 23 07:26:09 PST 2007


Walter Bright wrote:
> Sure, but I suggest a better way - add our own extension to CV data.

ok, i can think of type leafs similar to this (notation according to CV
specs):
size content
2    LF_DYN_ARRAY (define as 0x0017)
2    @elemtype

and
2    LF_ASSOC_ARRAY (define as 0x0018)
2    @elemtype
2    @keytype

couldn't that also trigger the problem with functions returning such types?



More information about the Digitalmars-d mailing list