Okay, so is this the official documentation for the language?<div>Is there somewhere else I should be looking?</div><div><br></div><div>I ask because literally 50% if things I've looked up in the last 2 days are undocumented.</div>
<div>Many of them have some heading reserved, with no content.</div><div><br></div><div>Here are some examples:</div><div><h2 style="font-family: Georgia, 'Times New Roman', Times, serif; font-weight: normal; color: rgb(102, 51, 51); text-align: left; font-size: 1.7em; ">
<a name="immutable" style="color: rgb(0, 0, 102); background-color: rgb(255, 255, 255);">immutable Attribute</a></h2><h2 style="font-family: Georgia, 'Times New Roman', Times, serif; font-weight: normal; color: rgb(102, 51, 51); text-align: left; font-size: 1.7em; ">
<a name="gshared" style="color: rgb(0, 0, 102); background-color: rgb(255, 255, 255);">__gshared Attribute</a></h2><h2 style="font-family: Georgia, 'Times New Roman', Times, serif; font-weight: normal; color: rgb(102, 51, 51); text-align: left; font-size: 1.7em; ">
<a name="shared" style="color: rgb(0, 0, 102); background-color: rgb(255, 255, 255);">shared Attribute</a></h2><h2 style="font-family: Georgia, 'Times New Roman', Times, serif; font-weight: normal; color: rgb(102, 51, 51); text-align: left; font-size: 1.7em; ">
<a name="inout" style="color: rgb(0, 0, 102); background-color: rgb(255, 255, 255);">inout Attribute</a></h2></div><div>These would appear to be rather important keywords... I'd like to know what they do :)</div><div>
<br></div><div>I currently have this error, and no idea what it's hassling me about, but I'm suspecting I need to put 'shared' somewhere, though I don't really know how it works...</div><div><div>  C:\Program Files (x86)\D\dmd2\windows\bin\..\..\src\phobos\std\concurrency.d(329): Error: static assert  "Aliases to mutable thread-local data not allowed."</div>
</div><div><br></div>