Closed danlehmann closed 1 year ago
…s, rotate_left, rotate_right
Rotates are implemented through shifting and masking; everything else can forward to the underlying type, so the others should be pretty efficient
…s, rotate_left, rotate_right
Rotates are implemented through shifting and masking; everything else can forward to the underlying type, so the others should be pretty efficient