std.stdint seems to be an outcast?

Dan Olson via Digitalmars-d digitalmars-d at puremagic.com
Sat Dec 13 12:33:42 PST 2014


"Gary Willoughby" <dev at nomad.so> writes:

> There is a module called std.stdint located here:
>
> http://dlang.org/phobos/std_stdint.html
>
> but it doesn't appear in the documentation index here:
>
> http://dlang.org/phobos/index.html
>
> Not only that but when looking at the source it's just publicly
> importing core.stdc.stdint.
>
> What's the deal here? Is this a supported module? Should it appear in
> the doc index?

To me it looks like std.stdint belongs under phobos/std/c with all the
other modules that publicly import something from druntime core.stdc.

Examples here are std.c.stddef, std.c.stdio, std.c.string.  A few like
std.c.string have additional definitions over the core.stdc modules.
--
dano


More information about the Digitalmars-d mailing list