fn shiftElementsRight(vec: anytype, comptime amount: VectorCount(@TypeOf(vec)), shift_in: field_call) @TypeOf(vec)
[src]
Elements are shifted rightwards (towards higher indices). New elements are added to the left, and the rightmost elements are cut off so that the size of the vector stays the same.