Natural Word Length

Marco Leise Marco.Leise at gmx.de
Thu Dec 26 23:25:33 PST 2013


Am Tue, 24 Dec 2013 08:57:41 +0000
schrieb "Mike" <none at none.com>:

> Is there a type in D that represents is always the unsigned 
> natural word of the platform?

alias ℕ = size_t;

ℕ myWord = 123;

-- 
Marco



More information about the Digitalmars-d mailing list