Andrea Fontana wrote: > Some functions (for example array length) return ulong on dmd64 e uint > on dmd32 > I need to compile on both platform: which is the right/best/clean way? Andrea, use the size_t type.