On 01/04/10 05:11, Walter Bright wrote: > There is an AA implementation in backend/aa.c that should do the job. This needs me to implement a hashing function... What would be the best way to hash a TYPE (backend/type.h)? Will using TypeInfo_Atype work well enough, setting atype.start = t; atype.end = t + sizeof(TYPE);?