Files
rust/src/libstd/io
Jamey Sharp 80d733385a Inline simple Cursor write calls
Implementing the Write trait for Cursors over slices is so light-weight that under some circumstances multiple writes can be fused into a single instruction. In general I think inlining these functions is a good idea because most of the code can be constant-folded and copy-propagated away.

Closes issue #33916.
2016-05-27 19:34:20 -07:00
..
2016-05-27 19:34:20 -07:00
2016-03-22 22:01:37 -05:00
2016-05-06 21:04:40 +02:00
2016-03-22 22:01:37 -05:00