reversed property

Logic reversed

Returns a version of this Logic with the bit order reversed.

Implementation

Logic get reversed => slice(0, width - 1);