Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information