d-programming-language.com

Walter Bright newshound2 at digitalmars.com
Sat Dec 10 11:28:28 PST 2011


On 12/10/2011 9:21 AM, Manu wrote:
> Okay, so is this the official documentation for the language?
> Is there somewhere else I should be looking?
>
> I ask because literally 50% if things I've looked up in the last 2 days are
> undocumented.
> Many of them have some heading reserved, with no content.
>
> Here are some examples:
>
>
>     immutable Attribute

http://www.d-programming-language.org/const3.html

>     __gshared Attribute

http://www.d-programming-language.org/migrate-to-shared.html

>     shared Attribute

http://www.d-programming-language.org/migrate-to-shared.html

>     inout Attribute

http://www.d-programming-language.org/function.html#inout-functions


> These would appear to be rather important keywords... I'd like to know what they
> do :)

Yup. In general, you can find the documentation on a particular keyword by 
typing in:

    dman keyword


More information about the Digitalmars-d mailing list