* Concatenation of bit vectors using the infix `+` operator. * Repetition of bit vectors using the infix `*` operator. * Support for rotation to the left using the infix `<<` operator (to mirror rotation to the right using `>>`, which is already supported).
+operator.*operator.<<operator (to mirror rotation to the right using>>, which is already supported).