Closed
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.