-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsP-mediumMedium priorityMedium priority
Description
File::try_clone()
could be clearer about how the duplicated file cursors behave. It currently says:
The returned File is a reference to the same state that this object references. Both handles will read and write with the same cursor position.
I think it could be much clearer about how reads, writes, and seeks will affect both handles.
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsP-mediumMedium priorityMedium priority