Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

reversible

Fully qualified path: alexandria_bytes::reversible

Free functions

reversingReverses the order of elements in a value by extracting and reassembling them This generic function reverses the ordering of elements within a value by repeatedly…
reversing_partial_resultReverses elements from a word onto an existing partial result This function extends the reversing operation by allowing it to build upon…

Traits

ReversibleBytesImplies that there is an underlying byte order for type T that can be reversed
ReversibleBitsImplies that there is an underlying bit order for type T that can be reversed