https://issues.dlang.org/show_bug.cgi?id=13755

Jonathan M Davis <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |m

--- Comment #2 from Jonathan M Davis <[email protected]> ---
Do you mean std.stdio.File? There is no File type in std.file, and nothing
there wraps a FILE* or even uses it internally. The functions in std.file
operate on an entire file at once rather than open it to keep it open for doing
multiple operations on it.

--

Reply via email to