On Aug 17, 10 22:07, Trass3r wrote:
If size_t is a library-defined strong typedef instead of alias, what
type should .sizeof return?

Hmm good point, I don't know how it is handled currently.

Currently, .sizeof returns a uint, and size_t is defined as

    alias typeof(int.sizeof) size_t;

inside object.di.

Reply via email to