fn rotateElementsRight(vec: anytype, comptime amount: VectorCount(@TypeOf(vec))) @TypeOf(vec)
[src]
Elements are shifted rightwards (towards higher indices). Elements that leave to the right will reappear to the left in the same order.
fn rotateElementsRight(vec: anytype, comptime amount: VectorCount(@TypeOf(vec))) @TypeOf(vec)
Elements are shifted rightwards (towards higher indices). Elements that leave to the right will reappear to the left in the same order.