How do you use D?
Eugene Wissner via Digitalmars-d
digitalmars-d at puremagic.com
Mon Aug 7 21:11:13 PDT 2017
On Tuesday, 8 August 2017 at 01:20:37 UTC, Nicholas Wilson wrote:
> On Monday, 7 August 2017 at 19:54:51 UTC, Eugene Wissner wrote:
>> Yes. Everything I know about low-level network programming,
>> assembler, memory management, I learned from my working on my
>> library, tanya.
>
> OT but tanya's readme has a wrong comment:
>
> ```
> int i = arr[7]; // Access 7th element.
> ```
>
> should be 8th element.
Fixed, thanks!
More information about the Digitalmars-d
mailing list