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