What does auto std.stdio.File.ByChunkImpl byChunk (ulong chunkSize ); mean?
kdevel
kdevel at vogtner.de
Fri Aug 3 17:16:14 UTC 2018
On Friday, 3 August 2018 at 17:06:16 UTC, Adam D. Ruppe wrote:
> On Friday, 3 August 2018 at 16:58:26 UTC, kdevel wrote:
>> What does
>>
>> auto std.stdio.File.ByChunkImpl byChunk (
>> ulong chunkSize
>> );
>>
>> on https://dlang.org/library/std/stdio/file.by_chunk.html mean?
>
>
> It looks like ddox trying to tell you what the auto actually is.
But that indented "code" is not syntactically valid D. Isn't it?
More information about the Digitalmars-d-learn
mailing list