What does auto std.stdio.File.ByChunkImpl byChunk (ulong chunkSize ); mean?
Alex
sascha.orlov at gmail.com
Fri Aug 3 17:06:03 UTC 2018
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?
> Is that
> a (forward) declaration of a function named byChunk taking a
> single
> ulong argument name chunkSize. But what does that function
> return?
The help page you cited says:
"Returns an input range set up to read from the file handle a
chunk at a time."
More information about the Digitalmars-d-learn
mailing list